Phrozn\Registry\Container::offsetUnset PHP Méthode

offsetUnset() public méthode

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