コード例 #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);
 }