|
static | $allowedGlobals = array('REQUEST', 'GET', 'POST', 'FILES', 'SERVER', 'ENV') |
|
◆ __construct()
__construct |
( |
|
$source = null , |
|
|
array |
$options = array() |
|
) |
| |
Constructor.
- Paramètres
-
array | $source | Optional source data. If omitted, a copy of the server variable '_REQUEST' is used. |
array | $options | An optional associative array of configuration parameters: filter: An instance of Filter. If omitted, a default filter is initialised. |
- Depuis
- 1.0
Références Input\$options, et null.
◆ __call()
__call |
( |
|
$name, |
|
|
|
$arguments |
|
) |
| |
Magic method to get filtered input data.
- Paramètres
-
string | $name | Name of the filter type prefixed with 'get'. |
array | $arguments | [0] The name of the variable [1] The default value. |
- Renvoie
- mixed The filtered input value.
- Depuis
- 1.0
Références $default, Input\$filter, $name, et null.
◆ __get()
Magic method to get an input object
- Paramètres
-
mixed | $name | Name of the input object to retrieve. |
- Renvoie
- Input The request input object
- Depuis
- 1.0
Références $className, $GLOBALS, $name, et null.
◆ count()
◆ def()
Define a value. The value will only be set if there's no value for the name or if it is null.
- Paramètres
-
string | $name | Name of the value to define. |
mixed | $value | Value to assign to the input. |
- Renvoie
- void
- Depuis
- 1.0
Références $name, et $value.
◆ exists()
Check if a value name exists.
- Paramètres
-
- Renvoie
- boolean
- Depuis
- 1.2.0
Références $name.
◆ get()
get |
( |
|
$name, |
|
|
|
$default = null , |
|
|
|
$filter = 'cmd' |
|
) |
| |
Gets a value from the input data.
- Paramètres
-
string | $name | Name of the value to get. |
mixed | $default | Default value to return if variable does not exist. |
string | $filter | Filter to apply to the value. |
- Renvoie
- mixed The filtered input value.
- Voir également
- ::clean()
- Depuis
- 1.0
Références $default, Input\$filter, et $name.
◆ getArray()
getArray |
( |
array |
$vars = array() , |
|
|
|
$datasource = null |
|
) |
| |
Gets an array of values from the request.
- Paramètres
-
array | $vars | Associative array of keys and filter types to apply. If empty and datasource is null, all the input data will be returned but filtered using the default case in JFilterInput::clean. |
mixed | $datasource | Array to retrieve data from, or null |
- Renvoie
- mixed The filtered input data.
- Depuis
- 1.0
Références Input\$data, $results, elseif, et null.
◆ getInputForRequestMethod()
getInputForRequestMethod |
( |
| ) |
|
◆ getMethod()
◆ loadAllInputs()
◆ serialize()
◆ set()
Sets a value
- Paramètres
-
string | $name | Name of the value to set. |
mixed | $value | Value to assign to the input. |
- Renvoie
- void
- Depuis
- 1.0
Références $name, et $value.
◆ unserialize()
Method to unserialize the input.
- Paramètres
-
string | $input | The serialized input. |
- Renvoie
- void
- Depuis
- 1.0
Références $input.
◆ $allowedGlobals
$allowedGlobals = array('REQUEST', 'GET', 'POST', 'FILES', 'SERVER', 'ENV') |
|
staticprivate |
◆ $data
◆ $filter
◆ $inputs
◆ $loaded
◆ $options
La documentation de cette classe a été générée à partir du fichier suivant :