Liste de tous les membres
Documentation des constructeurs et destructeur
JInput::__construct |
( |
|
$source = null , |
|
|
array |
$options = array() |
|
) |
| |
Constructor.
- Paramètres:
-
array | $source | Source data (Optional, default is $_REQUEST) |
array | $options | Array of configuration parameters (Optional) |
- Depuis:
- 11.1
Références $options, et JFilterInput\getInstance().
Documentation des fonctions membres
JInput::__call |
( |
|
$name, |
|
|
|
$arguments |
|
) |
| |
Magic method to get filtered input data.
- Paramètres:
-
mixed | $name | Name of the value to get. |
string | $arguments | Default value to return if variable does not exist. |
- Renvoie:
- boolean The filtered boolean input value.
- Depuis:
- 11.1
Références $name, et null.
Magic method to get an input object
- Paramètres:
-
mixed | $name | Name of the input object to retrieve. |
- Renvoie:
- JInput The request input object
- Depuis:
- 11.1
Références $GLOBALS, $name, et null.
JInput::def |
( |
|
$name, |
|
|
|
$value |
|
) |
| |
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:
- 12.1
Références $name.
JInput::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.
- Depuis:
- 11.1
Réimplémentée dans JInputFiles.
Références $name.
JInput::getArray |
( |
array |
$vars, |
|
|
|
$datasource = null |
|
) |
| |
Gets an array of values from the request.
- Paramètres:
-
array | $vars | Associative array of keys and filter types to apply. |
mixed | $datasource | Array to retrieve data from, or null |
- Renvoie:
- mixed The filtered input data.
- Depuis:
- 11.1
Références null.
Gets the request method.
- Renvoie:
- string The request method.
- Depuis:
- 11.1
JInput::set |
( |
|
$name, |
|
|
|
$value |
|
) |
| |
Sets a value
- Paramètres:
-
string | $name | Name of the value to set. |
mixed | $value | Value to assign to the input. |
- Renvoie:
- void
- Depuis:
- 11.1
Réimplémentée dans JInputFiles.
Références $name.
Documentation des données membres
JInput::$inputs = array() |
|
protected |
JInput::$options = array() |
|
protected |
La documentation de cette classe a été générée à partir du fichier suivant :