Exemplo n.º 1
0
 public function getYml()
 {
     Yaml::setFile('form.yml');
     $yml = Yaml::parsing();
     print_r($yml);
 }