PHP Class YamlDumper, cakephp-db-migrations

Author: Fabien Potencier ([email protected])
Exibir arquivo Open project: joelmoss/cakephp-db-migrations Class Usage Examples

Public Methods

Method Description
dump ( $input, $inline, $indent ) : string Dumps a PHP value to YAML.

Method Details

dump() public method

Dumps a PHP value to YAML.
public dump ( $input, $inline, $indent ) : string
return string The YAML representation of the PHP value