Exemplo n.º 1
0
 public function __get($name)
 {
     $v = parent::__get($name);
     return isset($v) ? $v : $this->_property($name);
 }