Ergo\Registry::__get PHP Метод

__get() публичный Метод

Magic property access
public __get ( $key )
    public function __get($key)
    {
        return $this->lookup($key);
    }