INI format handler for Registry.
- Depuis
- 1.0
◆ getValueAsIni()
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
- 1.0
Références $value.
Référencé par Ini\objectToString().
◆ objectToString()
objectToString |
( |
|
$object, |
|
|
array |
$options = [] |
|
) |
| |
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
- 1.0
Implémente FormatInterface.
Références $assoc, $item, $key, $last, $options, Ini\$options, $value, elseif, Ini\getValueAsIni(), et ArrayHelper\isAssociative().
◆ stringToObject()
stringToObject |
( |
|
$data, |
|
|
array |
$options = [] |
|
) |
| |
◆ $cache
◆ $options
La documentation de cette classe a été générée à partir du fichier suivant :