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, $params=array()) | |
stringToObject ($data, array $options=array()) | |
Fonctions membres protégées | |
getArrayString ($a) | |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de AbstractRegistryFormat | |
static | getInstance ($type, array $options=array()) |
Attributs protégés statiques hérités de AbstractRegistryFormat | |
static | $instances = array() |
PHP class format handler for Registry
|
protected |
Method to get an array as an exported string.
array | $a | The array to get as a string. |
Références $i.
Référencé par Php\objectToString().
objectToString | ( | $object, | |
$params = array() |
|||
) |
Converts an object into a php class string.
object | $object | Data Source Object |
array | $params | Parameters used by the formatter |
Implémente FormatInterface.
Références $class, $params, elseif, et Php\getArrayString().
stringToObject | ( | $data, | |
array | $options = array() |
||
) |
Parse a PHP class formatted string and convert it into an object.
string | $data | PHP Class formatted string to convert. |
array | $options | Options used by the formatter. |
Implémente FormatInterface.