Ergo\Registry::handle PHP Method

handle() public method

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