Phrozn\Registry\Container::offsetSet PHP Method

offsetSet() public method

ArrayAccess method - set the offset value
public offsetSet ( mixed $offset, $value ) : void
$offset mixed Offset to check
return void
    public function offsetSet($offset, $value)
    {
        $this->set($offset, $value);
    }