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

has() public method

Check if the extra param exists.
public has ( $name ) : boolean
$name
return boolean
    public function has($name)
    {
        $arr = $this->extraParams;
        return isset($arr[$name]);
    }