Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct ($source=null, array $options=[]) | |
getRaw () | |
Fonctions membres publiques hérités de Input | |
__construct ($source=null, array $options=[]) | |
__get ($name) | |
count () | |
get ($name, $default=null, $filter='cmd') | |
getArray (array $vars=[], $datasource=null) | |
getInputForRequestMethod () | |
set ($name, $value) | |
def ($name, $value) | |
exists ($name) | |
__call ($name, $arguments) | |
getMethod () | |
Attributs privés | |
$raw | |
Membres hérités additionnels | |
Attributs protégés hérités de Input | |
$options = [] | |
$filter | |
$data = [] | |
$inputs = [] | |
Joomla! Input JSON Class
This class decodes a JSON string from the raw request data and makes it available via the standard Input interface.
__construct | ( | $source = null , |
|
array | $options = [] |
||
) |
Constructor.
array | null | $source | Source data (Optional, default is the raw HTTP input decoded from JSON) |
array | $options | Array of configuration parameters (Optional) |
Références Input\$options, Symfony\Contracts\Service\__construct(), et null.
getRaw | ( | ) |
Gets the raw JSON string from the request.
Références Json\$raw.
|
private |
Référencé par Json\getRaw().