Exemplo n.º 1
0
 /**
  * Sets the property $name to $value.
  *
  * @throws ezcBasePropertyNotFoundException if the property does not exist.
  * @param string $name
  * @param mixed $value
  * @return void
  * @ignore
  */
 public function __set($name, $value)
 {
     return parent::__set($name, $value);
 }