Class RegularSubscription
Extends
Subscription.
Defined in: subscriptionClasses.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
RegularSubscription(url, title)
Abstract base class for regular filter subscriptions (both internally and externally updated)
|
| Field Attributes | Field Name and Description |
|---|---|
|
Filter subscription homepage if known
|
|
|
Time of the last subscription download (in seconds since the beginning of the epoch)
|
- Fields borrowed from class Subscription:
- disabled, filters, fixedTitle, title, url
| Method Attributes | Method Name and Description |
|---|---|
|
serialize(buffer)
See Subscription.serialize()
|
- Methods borrowed from class Subscription:
- serializeFilters, toString
Class Detail
RegularSubscription(url, title)
Abstract base class for regular filter subscriptions (both internally and externally updated)
- Parameters:
- {String} url
- see Subscription()
- {String} title Optional
- see Subscription()
Field Detail
{String}
homepage
Filter subscription homepage if known
{Number}
lastDownload
Time of the last subscription download (in seconds since the beginning of the epoch)
Method Detail
serialize(buffer)
See Subscription.serialize()
- Parameters:
- buffer