YAML format handler for Registry.
- Depuis
- 1.0
◆ __construct()
Construct to set up the parser and dumper
- Depuis
- 1.0
◆ objectToString()
objectToString |
( |
|
$object, |
|
|
|
$options = array() |
|
) |
| |
Converts an object into a YAML formatted string. We use json_* to convert the passed object to an array.
- Paramètres
-
object | $object | Data source object. |
array | $options | Options used by the formatter. |
- Renvoie
- string YAML formatted string.
- Depuis
- 1.0
Implémente FormatInterface.
Références json_encode.
◆ stringToObject()
stringToObject |
( |
|
$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.
- Paramètres
-
string | $data | YAML formatted string to convert. |
array | $options | Options used by the formatter. |
- Renvoie
- object Data object.
- Depuis
- 1.0
Implémente FormatInterface.
Références $data, et json_encode.
◆ $dumper
◆ $parser
La documentation de cette classe a été générée à partir du fichier suivant :