You are currently viewing the 1.0 branch api documentation. Switch to 1.1

1.0 Doctrine_Parser_YamlSf_Dumper

Doctrine Parser YamlSf Dumper

YamlSfDumper class.

Method Summary

Returns Name Description
string dump

Method Details

  • $input The PHP value
    $inline The level where you switch to inline YAML
    $indent The level o indentation indentation (used internally)

    (string) dump($input, $inline, $indent)

    Dumps a PHP value to YAML.

    Doctrine_Parser_YamlSf_Dumper