Exemplo n.º 1
0
 protected function parseYamlFile($file)
 {
     $yml = lmbYaml::load($file);
     return new lmbObject($yml);
 }