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 | |
objectToString ($object, $options=array()) | |
stringToObject ($data, array $options=array()) | |
Fonctions membres protégées | |
getValueAsIni ($value) | |
Attributs protégés statiques | |
static | $options |
static | $cache = array() |
Attributs protégés statiques hérités de AbstractRegistryFormat | |
static | $instances = array() |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de AbstractRegistryFormat | |
static | getInstance ($type, array $options=array()) |
INI format handler for Registry.
|
protected |
Method to get a value in an INI format.
mixed | $value | The value to convert to INI format. |
Références $value.
Référencé par Ini\objectToString().
objectToString | ( | $object, | |
$options = array() |
|||
) |
Converts an object into an INI formatted string
object | $object | Data source object. |
array | $options | Options used by the formatter. |
Implémente FormatInterface.
Références $assoc, $item, $key, $options, Ini\$options, $value, elseif, Ini\getValueAsIni(), et ArrayHelper\isAssociative().
stringToObject | ( | $data, | |
array | $options = array() |
||
) |
Parse an INI formatted string and convert it into an object.
string | $data | INI formatted string to convert. |
array | $options | An array of options used by the formatter, or a boolean setting to process sections. |
Implémente FormatInterface.
Références $data, $hash, $key, $options, Ini\$options, $section, $value, et elseif.
|
staticprotected |
|
staticprotected |
Référencé par Ini\objectToString(), et Ini\stringToObject().