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

offsetGet() public method

public offsetGet ( mixed $offset ) : mixed
$offset mixed
return mixed Can return all value types.
    public function offsetGet($offset)
    {
        return $this->extraParams[$offset];
    }