Inpsyde\MultilingualPress\Common\Nonce\RequestContext::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)
    {
        $this->context->offsetUnset($name);
    }