Inpsyde\MultilingualPress\Common\Nonce\ArrayContext::offsetSet PHP Method

offsetSet() public method

Manipulating values is not allowed.
Since: 3.0.0
public offsetSet ( string $name, mixed $value ) : void
$name string The name of a value.
$value mixed The value.
return void
    public function offsetSet($name, $value)
    {
        throw ContextValueManipulationNotAllowedException::for_name($name, 'set');
    }