Ergo\Registry::handle PHP Méthode

handle() public méthode

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