Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
objectToString ($object, $options=null) | |
stringToObject ($data, $options=null) |
Fonctions membres publiques statiques | |
static | getInstance ($type) |
Attributs protégés statiques | |
static | $instances = array() |
|
static |
Returns a reference to a Format object, only creating it if it doesn't already exist.
string | $type | The format to load |
JException |
Références $class, $path, $type, et JText\_().
Référencé par JRegistry\loadString(), JRegistryFormatJSON\stringToObject(), et JRegistry\toString().
|
abstract |
Converts an object into a formatted string.
object | $object | Data Source Object. |
array | $options | An array of options for the formatter. |
Réimplémentée dans JRegistryFormatINI, JRegistryFormatXML, JRegistryFormatPHP, et JRegistryFormatJSON.
|
abstract |
Converts a formatted string into an object.
string | $data | Formatted string |
array | $options | An array of options for the formatter. |
Réimplémentée dans JRegistryFormatINI, JRegistryFormatPHP, JRegistryFormatXML, et JRegistryFormatJSON.
|
staticprotected |