API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
& JRegistryFormat::getInstance | ( | $ | format | ) | [static] |
Returns a reference to a Format object, only creating it if it doesn't already exist.
string | $format | The format to load |
Références $class, $path, JText::_(), JFilterInput::clean(), et JError::raiseError().
Référencé par JRegistry::loadFile(), JRegistry::loadINI(), JRegistry::loadXML(), et JRegistry::toString().
JRegistryFormat::objectToString | ( | &$ | object | ) |
Converts an object into a formatted string
public
object | $object | Data Source Object |
JRegistryFormat::stringToObject | ( | $ | data, |
$ | namespace = '' |
||
) |
Converts an XML formatted string into an object
public
string | $data | Formatted string |
Réimplémentée dans JRegistryFormatINI, et JRegistryFormatXML.