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

offsetExists() public method

Whether a offset exists.
public offsetExists ( mixed $offset ) : boolean
$offset mixed
return boolean
    public function offsetExists($offset)
    {
        return $this->has($offset);
    }