Files deprecated
class Files extends Input
deprecated 4.3 will be removed in 6.0. Use Joomla\Input\Files instead
Joomla! Input Files Class
Properties
protected Input[]
deprecated
Since: 1.7.0
|
$inputs | Input objects |
from Input |
Input read-only | $get | from Input | |
Input read-only | $post | from Input | |
Input read-only | $request | from Input | |
Input read-only | $server | from Input | |
Input read-only | $env | from Input | |
Files read-only | $files | from Input | |
Cookie read-only | $cookie | from Input | |
Json read-only | $json | from Input | |
protected array
deprecated
Since: 1.7.0
|
$decodedData | The pivoted data from a $_FILES or compatible array. |
Methods
Gets an array of values from the request.
Gets an array of values from the request.
Gets a value from the input data.
Details
__construct(array $source = null, array $options = [])
deprecated
deprecated 4.3 will be removed in 6.0. Use Joomla\Input\Files instead
The class constructor.
Input
__get(mixed $name)
deprecated
deprecated 4.3 will be removed in 6.0. Use Joomla\Input\Input instead
Magic method to get an input object
mixed
getArray(array $vars = [], mixed $datasource = null, string $defaultFilter = 'unknown')
deprecated
deprecated 4.3 will be removed in 6.0. Use Joomla\Input\Input instead
Gets an array of values from the request.
protected mixed
getArrayRecursive(array $vars = [], mixed $datasource = null, string $defaultFilter = 'unknown', bool $recursion = false)
deprecated
deprecated 4.3 will be removed in 6.0. Use Joomla\Input\Input instead
Gets an array of values from the request.
void
unserialize(string $input)
deprecated
deprecated 4.3 will be removed in 6.0. Use Joomla\Input\Input instead
Method to unserialize the input.
mixed
get(string $name, mixed $default = null, string $filter = 'cmd')
deprecated
deprecated 4.3 will be removed in 6.0. Use Joomla\Input\Files instead
Gets a value from the input data.