예제 #1
0
파일: Config.php 프로젝트: solve/config
 public function has($deepKey)
 {
     return $this->_combinedData->hasDeep($deepKey);
 }