コード例 #1
0
ファイル: YamlFileConfig.php プロジェクト: aerialship/lex
 public function __construct($file)
 {
     $yaml = file_get_contents($file);
     parent::__construct($yaml);
 }