Public Member Functions | |
RSSFeed ($data=null) | |
toArray () | |
create () | |
update () | |
delete () | |
exists () | |
getCacheId () | |
Static Public Member Functions | |
static | getAllFeeds () |
static | newFromId ($id) |
Public Attributes | |
$id | |
$url | |
$filter |
RSSFeed::create | ( | ) |
Creates a new record in the DB for this BackboneModel
Reimplemented from BackboneModel.
RSSFeed::delete | ( | ) |
Deletes the record in the DB for this BackboneModel
Reimplemented from BackboneModel.
RSSFeed::exists | ( | ) |
Returns whether or not this BackboneModel exists or not
Reimplemented from BackboneModel.
RSSFeed::getCacheId | ( | ) |
Returns the id of this BackboneModel's cache
Reimplemented from BackboneModel.
RSSFeed::toArray | ( | ) |
Generates and returns an array version of this BackboneModel
Reimplemented from BackboneModel.
RSSFeed::update | ( | ) |
Updates the record in the DB for this BackboneModel
Reimplemented from BackboneModel.