Exemplo n.º 1
0
 public function __get($key)
 {
     if ($key == 'model') {
         return $this->getModelLoader();
     } else {
         return parent::__get($key);
     }
 }