Inpsyde\MultilingualPress\Service\AddOnlyContainer::offsetUnset PHP Метод

offsetUnset() публичный Метод

Removing values or factory callbacks is not allowed.
С версии: 3.0.0
public offsetUnset ( string $name ) : void
$name string The name of a value or factory callback.
Результат void
    public function offsetUnset($name)
    {
        throw ContainerOffsetUnsetException::for_name($name);
    }