|
| __construct (array $source=null, array $options=array()) |
|
| get ($name, $default=null, $filter='cmd') |
|
| set ($name, $value) |
|
| __construct ($source=null, array $options=array()) |
|
| __get ($name) |
|
| getArray (array $vars=array(), $datasource=null, $defaultFilter='unknown') |
|
| 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 Files Class
- Depuis
- 1.7.0
- Obsolète:
- 5.0 Use Joomla instead
◆ __construct()
__construct |
( |
array |
$source = null , |
|
|
array |
$options = array() |
|
) |
| |
The class constructor.
- Paramètres
-
array | $source | The source argument is ignored. $_FILES is always used. |
array | $options | An optional array of configuration options: filter : a custom JFilterInput object. |
- Depuis
- 3.0.0
- Obsolète:
- 5.0 Use Joomla instead
Références Input\$options, et InputFilter\getInstance().
◆ decodeData()
decodeData |
( |
array |
$data | ) |
|
|
protected |
Method to decode a data array.
- Paramètres
-
array | $data | The data array to decode. |
- Renvoie
- array
- Depuis
- 1.7.0
- Obsolète:
- 5.0 Use Joomla instead
Références Input\$data.
◆ get()
get |
( |
|
$name, |
|
|
|
$default = null , |
|
|
|
$filter = 'cmd' |
|
) |
| |
Gets a value from the input data.
- Paramètres
-
string | $name | The name of the input property (usually the name of the files INPUT tag) to get. |
mixed | $default | The default value to return if the named property does not exist. |
string | $filter | The filter to apply to the value. |
- Renvoie
- mixed The filtered input value.
- Voir également
- JFilterInput::clean()
- Depuis
- 1.7.0
- Obsolète:
- 5.0 Use Joomla instead
Références $default, Input\$filter, $name, $results, et InputFilter\isSafeFile().
◆ set()
Sets a value.
- Paramètres
-
string | $name | The name of the input property to set. |
mixed | $value | The value to assign to the input property. |
- Renvoie
- void
- Depuis
- 1.7.0
- Obsolète:
- 5.0 Use Joomla instead
◆ $decodedData
La documentation de cette classe a été générée à partir du fichier suivant :