Cookie deprecated
class Cookie extends Input
deprecated 4.3 will be removed in 6.0. Use Joomla\Input\Cookie instead
Joomla! Input Cookie 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 |
Methods
Gets an array of values from the request.
Gets an array of values from the request.
Details
__construct(array $source = null, array $options = [])
deprecated
deprecated 4.3 will be removed in 6.0. Use Joomla\Input\Cookie instead
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.