Inpsyde\MultilingualPress\Core\ImmutablePluginProperties::offsetSet PHP Method

offsetSet() public method

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