コード例 #1
0
ファイル: IndexController.php プロジェクト: kalimatas/zbook
 public function __get($key)
 {
     if (method_exists($this, $key)) {
         return $this->{$key}();
     }
     return parent::__get($key);
 }