Esempio n. 1
0
 public function __get($name)
 {
     if (array_key_exists($name, $this->_options)) {
         return $this->_options[$name];
     }
     return parent::__get($name);
 }