API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe JRegistryFormat

Graphe d'héritage de JRegistryFormat:
Graphe de collaboration de JRegistryFormat:

Liste de tous les membres

Fonctions membres publiques

Fonctions membres publiques statiques


Documentation des fonctions membres

& JRegistryFormat::getInstance ( format) [static]

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

Paramètres:
string$formatThe format to load
Renvoie:
object Registry format handler
Depuis:
1.5

Références $class, $path, JText::_(), JFilterInput::clean(), et JError::raiseError().

Référencé par JRegistry::loadFile(), JRegistry::loadINI(), JRegistry::loadXML(), et JRegistry::toString().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

JRegistryFormat::objectToString ( &$  object)

Converts an object into a formatted string

public

Paramètres:
object$objectData Source Object
Renvoie:
string Formatted string
Depuis:
1.5
JRegistryFormat::stringToObject ( data,
namespace = '' 
)

Converts an XML formatted string into an object

public

Paramètres:
string$dataFormatted string
Renvoie:
object Data Object
Depuis:
1.5

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


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