Ergo\Registry::__get PHP Méthode

__get() public méthode

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