Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
objectToString ($object, array $params=[]) | |
stringToObject ($data, array $options=[]) | |
Fonctions membres protégées | |
formatValue ($value) | |
getArrayString ($a) | |
|
protected |
Format a value for the string conversion
mixed | $value | The value to format |
Références $value, et Php\getArrayString().
Référencé par Php\getArrayString(), et Php\objectToString().
|
protected |
Method to get an array as an exported string.
array | $a | The array to get as a string. |
Références $i, et Php\formatValue().
Référencé par Php\formatValue().
objectToString | ( | $object, | |
array | $params = [] |
||
) |
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, et Php\formatValue().
stringToObject | ( | $data, | |
array | $options = [] |
||
) |
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.