Inpsyde\MultilingualPress\Core\ImmutablePluginProperties::offsetUnset PHP Method

offsetUnset() public method

Removing properties is not allowed.
Since: 3.0.0
public offsetUnset ( string $name ) : void
$name string The name of a property.
return void
    public function offsetUnset($name)
    {
        throw PropertyManipulationNotAllowedException::for_name($name, 'unset');
    }