Class Yaml
YAML format handler for Registry.
- Joomla\Registry\AbstractRegistryFormat implements Joomla\Registry\FormatInterface
- Joomla\Registry\Format\Yaml
Methods summary
public
|
|
public
string
|
#
objectToString( object $object, array $options = array() )
Converts an object into a YAML formatted string. We use json_* to convert the passed object to an array. |
public
object
|
#
stringToObject( string $data, array $options = array() )
Parse a YAML formatted string and convert it into an object. We use the json_* methods to convert the parsed YAML array to an object. |