Inpsyde\MultilingualPress\Service\AddOnlyContainer::offsetUnset PHP Method

offsetUnset() public method

Removing values or factory callbacks is not allowed.
Since: 3.0.0
public offsetUnset ( string $name ) : void
$name string The name of a value or factory callback.
return void
    public function offsetUnset($name)
    {
        throw ContainerOffsetUnsetException::for_name($name);
    }