Inpsyde\MultilingualPress\Common\Nonce\RequestContext::offsetExists PHP Méthode

offsetExists() public méthode

Checks if a value with the given name exists.
Since: 3.0.0
public offsetExists ( mixed $name ) : boolean
$name mixed The name of a value.
Résultat boolean Whether or not a value with the given name exists.
    public function offsetExists($name)
    {
        return $this->context->offsetExists($name);
    }