Exemplo n.º 1
0
 /**
  * Returns true if the property $name is set, otherwise false.
  *
  * @param string $name     
  * @return bool
  * @ignore
  */
 public function __isset($name)
 {
     return array_key_exists($name, $this->properties) || parent::__isset($name);
 }