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