EasyBlogRequest
in package
Table of Contents
Properties
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
$app
public
mixed
$app
= \null
$input
public
mixed
$input
= \null
Methods
__call()
public
__call(mixed $func, mixed $args) : mixed
Parameters
- $func : mixed
- $args : mixed
__construct()
Class constructor
public
__construct() : mixed
Tags
__get()
Magic method to get an input object
public
__get(mixed $property) : JInput
Parameters
- $property : mixed
Tags
Return values
JInput —The request input object
factory()
Creates a copy of it self and return to the caller.
public
static factory() : mixed
Tags
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
getArray()
public
getArray(mixed $type) : mixed
Parameters
- $type : mixed
init()
public
init() : mixed