Documentation

EasyBlogRequest
in package

Table of Contents

Properties

$app  : mixed
$input  : mixed

Methods

__call()  : mixed
__construct()  : mixed
Class constructor
__get()  : JInput
Magic method to get an input object
factory()  : mixed
Creates a copy of it self and return to the caller.
get()  : mixed
Override the input's get method
getArray()  : mixed
init()  : mixed

Properties

Methods

__call()

public __call(mixed $func, mixed $args) : mixed
Parameters
$func : mixed
$args : mixed

__construct()

Class constructor

public __construct() : mixed
Tags
since
1.0

__get()

Magic method to get an input object

public __get(mixed $property) : JInput
Parameters
$property : mixed
Tags
since
11.1
Return values
JInput

The request input object

factory()

Creates a copy of it self and return to the caller.

public static factory() : mixed
Tags
since
1.0
access

public

get()

Override the input's get method

public get(mixed $name[, mixed $default = null ][, string $filter = 'cmd' ]) : mixed
Parameters
$name : mixed
$default : mixed = null
$filter : string = 'cmd'

[description]

Tags
@return

[type] [description]

getArray()

public getArray(mixed $type) : mixed
Parameters
$type : mixed
Loading…
On this page

Search results