Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__construct ($source=null, array $options=array()) | |
getRaw () | |
Fonctions membres publiques hérités de 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) | |
Attributs privés | |
$raw | |
Membres hérités additionnels | |
Fonctions membres protégées hérités de Input | |
loadAllInputs () | |
Attributs protégés hérités de Input | |
$options = array() | |
$filter | |
$data = array() | |
$inputs = array() | |
Attributs protégés statiques hérités de Input | |
static | $loaded = false |
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 = array() |
||
) |
Constructor.
array | $source | Source data (Optional, default is the raw HTTP input decoded from JSON) |
array | $options | Array of configuration parameters (Optional) |
Références $GLOBALS, Input\$options, et null.
getRaw | ( | ) |
Gets the raw JSON string from the request.
Références Json\$raw.
|
private |
Référencé par Json\getRaw().