Ergo\Registry::__get PHP Method

__get() public method

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