Exemplo n.º 1
0
 /**
  * (non-PHPdoc)
  * @see CComponent::__get()
  */
 public function __get($key)
 {
     return array_key_exists($key, $this->_data) ? $this->_data[$key] : parent::__get($key);
 }