Public Member Functions | |
Wiki ($article) | |
getText () | |
toArray () | |
create () | |
update () | |
delete () | |
exists () | |
getCacheId () | |
Static Public Member Functions | |
static | newFromId ($id) |
static | newFromTitle ($text) |
static | getWikiPages ($namespace) |
static | getFiles ($namespace) |
Public Attributes | |
$id | |
$ns | |
$title | |
$url | |
$text | |
$article |
Wiki::create | ( | ) |
Creates a new record in the DB for this BackboneModel
Reimplemented from BackboneModel.
Wiki::delete | ( | ) |
Deletes the record in the DB for this BackboneModel
Reimplemented from BackboneModel.
Wiki::exists | ( | ) |
Returns whether or not this BackboneModel exists or not
Reimplemented from BackboneModel.
Wiki::getCacheId | ( | ) |
Returns the id of this BackboneModel's cache
Reimplemented from BackboneModel.
Wiki::toArray | ( | ) |
Generates and returns an array version of this BackboneModel
Reimplemented from BackboneModel.
Wiki::update | ( | ) |
Updates the record in the DB for this BackboneModel
Reimplemented from BackboneModel.