コード例 #1
0
ファイル: Config.php プロジェクト: nchervyakov/evolve2
 public function has($path)
 {
     return !!$this->currentContext->findByPath($path);
 }