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é
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JRegistryFormat
+ Graphe d'héritage de JRegistryFormat:

Liste de tous les membres

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()

Documentation des fonctions membres

static JRegistryFormat::getInstance (   $type)
static

Returns a reference to a Format object, only creating it if it doesn't already exist.

Paramètres:
string$typeThe format to load
Renvoie:
JRegistryFormat Registry format handler
Depuis:
11.1
Exceptions:
JException

Références $class, $path, $type, et JText\_().

Référencé par JRegistry\loadString(), JRegistryFormatJSON\stringToObject(), et JRegistry\toString().

+ Voici le graphe d'appel pour cette fonction :

+ Voici le graphe des appelants de cette fonction :

JRegistryFormat::objectToString (   $object,
  $options = null 
)
abstract

Converts an object into a formatted string.

Paramètres:
object$objectData Source Object.
array$optionsAn array of options for the formatter.
Renvoie:
string Formatted string.
Depuis:
11.1

Réimplémentée dans JRegistryFormatINI, JRegistryFormatXML, JRegistryFormatPHP, et JRegistryFormatJSON.

JRegistryFormat::stringToObject (   $data,
  $options = null 
)
abstract

Converts a formatted string into an object.

Paramètres:
string$dataFormatted string
array$optionsAn array of options for the formatter.
Renvoie:
object Data Object
Depuis:
11.1

Réimplémentée dans JRegistryFormatINI, JRegistryFormatPHP, JRegistryFormatXML, et JRegistryFormatJSON.


Documentation des données membres

JRegistryFormat::$instances = array()
staticprotected

La documentation de cette classe a été générée à partir du fichier suivant :