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 JRegistryFormatINI
+ Graphe d'héritage de JRegistryFormatINI:
+ Graphe de collaboration de JRegistryFormatINI:

Liste de tous les membres

Fonctions membres publiques

 objectToString ($object, $options=array())
 stringToObject ($data, $options=array())

Fonctions membres protégées

 getValueAsINI ($value)

Attributs protégés statiques

static $cache = array()
- Attributs protégés statiques inherited from JRegistryFormat
static $instances = array()

Additional Inherited Members

- Fonctions membres publiques statiques inherited from JRegistryFormat
static getInstance ($type)

Documentation des fonctions membres

JRegistryFormatINI::getValueAsINI (   $value)
protected

Method to get a value in an INI format.

Paramètres:
mixed$valueThe value to convert to INI format.
Renvoie:
string The value in INI format.
Depuis:
11.1
JRegistryFormatINI::objectToString (   $object,
  $options = array() 
)

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.
Paramètres:
object$objectData source object.
array$optionsOptions used by the formatter.
Renvoie:
string INI formatted string.
Depuis:
11.1

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

Références $key.

JRegistryFormatINI::stringToObject (   $data,
  $options = array() 
)

Parse an INI formatted string and convert it into an object.

Paramètres:
string$dataINI formatted string to convert.
mixed$optionsAn array of options used by the formatter, or a boolean setting to process sections.
Renvoie:
object Data object.
Depuis:
11.1

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

Références $data, $key, $options, et elseif.


Documentation des données membres

JRegistryFormatINI::$cache = array()
staticprotected

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