PHP Class YamlDumper, cakephp-db-migrations

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

Méthodes publiques

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

Method Details

dump() public méthode

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