class YamlExtension extends Twig_Extension
Provides integration of the Yaml component with Twig.
Methods
|
getFilters()
{@inheritdoc} |
||
| encode($input, $inline, $dumpObjects = false) | ||
| dump($value, $inline, $dumpObjects = false) | ||
| string |
getName()
Returns the name of the extension. |
Details
at line 26
public
getFilters()
{@inheritdoc}
at line 34
public
encode($input, $inline, $dumpObjects = false)
at line 45
public
dump($value, $inline, $dumpObjects = false)
at line 63
public string
getName()
Returns the name of the extension.