Ergo\Registry::handle PHP 메소드

handle() 공개 메소드

Creates a handle to a particular registry key
public handle ( $key )
    public function handle($key)
    {
        return new RegistryHandle($this, $key);
    }