Public Member Functions | |
| RSSArticle ($data=null) | |
| getRSSFeed () | |
| getFeed () | |
| getDate () | |
| getWeek () | |
| getPeople () | |
| getProjects () | |
| toArray () | |
| create () | |
| update () | |
| delete () | |
| exists () | |
| getCacheId () | |
Static Public Member Functions | |
| static | getAllArticles () |
| static | newFromId ($id) |
| static | newFromRSSId ($id) |
Public Attributes | |
| $id | |
| $feed | |
| $rssId | |
| $url | |
| $title | |
| $date | |
| $description | |
| $people = array() | |
| $projects = array() | |
| $keywords = array() | |
| RSSArticle::create | ( | ) |
Creates a new record in the DB for this BackboneModel
Reimplemented from BackboneModel.
| RSSArticle::delete | ( | ) |
Deletes the record in the DB for this BackboneModel
Reimplemented from BackboneModel.
| RSSArticle::exists | ( | ) |
Returns whether or not this BackboneModel exists or not
Reimplemented from BackboneModel.
| RSSArticle::getCacheId | ( | ) |
Returns the id of this BackboneModel's cache
Reimplemented from BackboneModel.
| RSSArticle::toArray | ( | ) |
Generates and returns an array version of this BackboneModel
Reimplemented from BackboneModel.
| RSSArticle::update | ( | ) |
Updates the record in the DB for this BackboneModel
Reimplemented from BackboneModel.
1.6.1