![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de JInputJSON:Fonctions membres publiques | |
| __construct (array $source=null, array $options=array()) | |
| getRaw () | |
Fonctions membres publiques hérités de JInput | |
| __construct ($source=null, array $options=array()) | |
| __get ($name) | |
| count () | |
| get ($name, $default=null, $filter='cmd') | |
| getArray (array $vars=array(), $datasource=null) | |
| set ($name, $value) | |
| def ($name, $value) | |
| __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 JInput | |
| loadAllInputs () | |
Attributs protégés hérités de JInput | |
| $options = array() | |
| $filter = null | |
| $data = array() | |
| $inputs = array() | |
Joomla! Input JSON Class
This class decodes a JSON string from the raw request data and makes it available via the standard JInput interface.
| __construct | ( | array | $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 $options.
| getRaw | ( | ) |
Gets the raw JSON string from the request.
|
private |