|
| __construct ($source=null, array $options=array()) |
|
| serialize () |
|
| get ($name, $default=null, $filter='string') |
|
| unserialize ($input) |
|
| __construct ($source=null, array $options=array()) |
|
| __get ($name) |
|
| count () |
|
| get ($name, $default=null, $filter='cmd') |
|
| getArray (array $vars=array(), $datasource=null) |
|
| getInputForRequestMethod () |
|
| set ($name, $value) |
|
| def ($name, $value) |
|
| exists ($name) |
|
| __call ($name, $arguments) |
|
| getMethod () |
|
| serialize () |
|
| unserialize ($input) |
|
Joomla! Input CLI Class
- Depuis
- 1.0
- Obsolète:
- 2.0 Use a Symfony implementation when using the
joomla/console
package
◆ __construct()
__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
- 1.0
Références Input\$options, et Cli\parseArguments().
◆ get()
get |
( |
|
$name, |
|
|
|
$default = null , |
|
|
|
$filter = 'string' |
|
) |
| |
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
- 1.0
Références $default, Input\$filter, et $name.
◆ parseArguments()
◆ serialize()
◆ unserialize()
Method to unserialize the input.
- Paramètres
-
string | $input | The serialized input. |
- Renvoie
- void
- Depuis
- 1.0
Références $input.
◆ $args
◆ $executable
La documentation de cette classe a été générée à partir du fichier suivant :