Exemplo n.º 1
0
 public function __construct($file)
 {
     $yaml = file_get_contents($file);
     parent::__construct($yaml);
 }