Exemplo n.º 1
0
 public function __get($property)
 {
     return array_key_exists($property, $this->options) ? $this->options[$property] : parent::__get($property);
 }