Class Ini
INI format handler for Registry.
- Joomla\Registry\AbstractRegistryFormat implements Joomla\Registry\FormatInterface
- Joomla\Registry\Format\Ini
Methods summary
public
string
|
#
objectToString( object $object, array $options = array() )
Converts an object into an INI formatted string
levels deep. Therefore we will only go through the first two levels of the object. |
public
object
|
#
stringToObject( string $data, array $options = array() )
Parse an INI formatted string and convert it into an object. |
protected
string
|
Methods inherited from Joomla\Registry\AbstractRegistryFormat
Magic methods summary
Properties summary
protected static
array
|
$options |
#
Default options array |
protected static
array
|
$cache |
#
A cache used by stringToobject. |