Class Index | File Index

Classes


Class RegularSubscription


Extends Subscription.

Defined in: subscriptionClasses.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
RegularSubscription(url, title)
Abstract base class for regular filter subscriptions (both internally and externally updated)
Field Summary
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 Summary
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

Documentation generated by JsDoc Toolkit 2.3.2 on Fri May 17 2013 12:20:32 GMT+0000 (UTC)