![]() |
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 AbstractRegistryFormat:Fonctions membres publiques statiques | |
| static | getInstance ($type, array $options=array()) |
Attributs protégés statiques | |
| static | $instances = array() |
Membres hérités additionnels | |
Fonctions membres publiques hérités de FormatInterface | |
| objectToString ($object, $options=null) | |
| stringToObject ($data, array $options=array()) | |
|
static |
Returns a reference to a Format object, only creating it if it doesn't already exist.
| string | $type | The format to load |
| array | $options | Additional options to configure the object |
Références $options, $type, et Factory\getFormat().
Référencé par Registry\loadString(), et Json\stringToObject().
|
staticprotected |