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

offsetSet() 공개 메소드

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