Inpsyde\MultilingualPress\Common\Nonce\ArrayContext::offsetUnset PHP 메소드

offsetUnset() 공개 메소드

Manipulating values is not allowed.
부터: 3.0.0
public offsetUnset ( string $name ) : void
$name string The name of a value.
리턴 void
    public function offsetUnset($name)
    {
        throw ContextValueManipulationNotAllowedException::for_name($name, 'unset');
    }