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

Référence de la classe JRegistryFormatINI

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

Liste de tous les membres

Fonctions membres publiques


Documentation des fonctions membres

JRegistryFormatINI::objectToString ( &$  object,
params 
)

Converts an object into an INI formatted string

  • Unfortunately, there is no way to have ini values nested further than two levels deep. Therefore we will only go through the first two levels of the object.

public

Paramètres:
object$objectData Source Object
array$paramParameters used by the formatter
Renvoie:
string INI Formatted String

Références elseif.

& JRegistryFormatINI::stringToObject ( data,
process_sections = false 
)

Parse an .ini string, based on phpDocumentor phpDocumentor_parse_ini_file function

public

Paramètres:
mixedThe INI string or array of lines
booleanadd an associative index for each section [in brackets]
Renvoie:
object Data Object

Réimplémentée à partir de JRegistryFormat.

Références $array, $data, et $parts.


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