コード例 #1
0
ファイル: Config.php プロジェクト: solve/config
 public function has($deepKey)
 {
     return $this->_combinedData->hasDeep($deepKey);
 }