Inpsyde\MultilingualPress\Core\ImmutablePluginProperties::offsetUnset PHP 메소드

offsetUnset() 공개 메소드

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