예제 #1
0
파일: Base.php 프로젝트: peopleplan/Pyrus
 function __get($var)
 {
     if (!isset($this->packagename)) {
         throw new \Pyrus\Registry\Exception('Attempt to retrieve ' . $var . ' from unknown package');
     }
     return parent::__get($var);
 }