Ergo\RegistryHandle::set PHP Méthode

set() public méthode

public set ( $value )
    public function set($value)
    {
        $this->_registry->register($this->_key, $value);
        return $value;
    }