Fenos\Notifynder\Notifications\ExtraParams::offsetSet PHP Method

offsetSet() public method

public offsetSet ( mixed $offset, mixed $value )
$offset mixed
$value mixed
    public function offsetSet($offset, $value)
    {
        $this->extraParams[$offset] = $value;
    }