Phrozn\Registry\Container::offsetUnset PHP Method

offsetUnset() public method

ArrayAccess method - reset value at offset
public offsetUnset ( mixed $offset ) : void
$offset mixed Offset to check
return void
    public function offsetUnset($offset)
    {
        $this->remove($offset);
    }