Ergo\RegistryHandle::__construct PHP Méthode

__construct() public méthode

Constructor
public __construct ( $registry, $key )
    public function __construct($registry, $key)
    {
        $this->_registry = $registry;
        $this->_key = $key;
    }