Interface FormatInterface
Interface defining a format object
Direct known implementers
Indirect known implementers
Joomla\Registry\Format\Ini
,
Joomla\Registry\Format\Json
,
Joomla\Registry\Format\Php
,
Joomla\Registry\Format\Xml
,
Joomla\Registry\Format\Yaml
Methods summary
public
string
|
#
objectToString( object $object, array $options = null )
Converts an object into a formatted string. |
public
object
|
#
stringToObject( string $data, array $options = array() )
Converts a formatted string into an object. |