/**
  * Magic __isset method.
  *
  * @param string $key Variable name
  * @return boolean
  */
 public final function __isset($key)
 {
     return ReflectionBase::exists($this, $key);
 }