Liste de tous les membres
Attributs protégés statiques |
static | $cache = array() |
static | $instances = array() |
Additional Inherited Members |
static | getInstance ($type) |
Documentation des fonctions membres
JRegistryFormatINI::getValueAsINI |
( |
|
$value | ) |
|
|
protected |
Method to get a value in an INI format.
- Paramètres:
-
mixed | $value | The 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 | $object | Data source object. |
array | $options | Options 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 | $data | INI formatted string to convert. |
mixed | $options | An 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 :