Inpsyde\MultilingualPress\Common\Nonce\RequestContext::offsetGet PHP Метод

offsetGet() публичный Метод

Returns the value with the given name.
С версии: 3.0.0
public offsetGet ( string $name ) : mixed
$name string The name of a value.
Результат mixed The value with the given name.
    public function offsetGet($name)
    {
        return $this->context->offsetGet($name);
    }