Public Member Functions | |
Bibliography ($data) | |
getId () | |
getTitle () | |
getDescription () | |
getUrl () | |
getPerson () | |
getEditors () | |
getProducts () | |
getTags () | |
getThread () | |
create () | |
update () | |
delete () | |
toArray () | |
exists () | |
getCacheId () | |
Static Public Member Functions | |
static | newFromId ($id) |
static | getAllBibliographies () |
static | count () |
static | getByIds ($ids) |
Public Attributes | |
$id = null | |
$title = "" | |
$description = "" | |
$person = null | |
$editors = array() | |
$products = array() | |
$thread_id = null | |
Static Public Attributes | |
static | $cache = array() |
static Bibliography::count | ( | ) | [static] |
Returns how many Bibliographies there are
Bibliography::create | ( | ) |
Creates a new record in the DB for this BackboneModel
Reimplemented from BackboneModel.
Bibliography::delete | ( | ) |
Deletes the record in the DB for this BackboneModel
Reimplemented from BackboneModel.
Bibliography::exists | ( | ) |
Returns whether or not this BackboneModel exists or not
Reimplemented from BackboneModel.
static Bibliography::getAllBibliographies | ( | ) | [static] |
Returns all of the Bibliographies
static Bibliography::getByIds | ( | $ | ids | ) | [static] |
Returns all the Bibliographies with the given ids
array | $ids The array of ids |
Bibliography::getCacheId | ( | ) |
Returns the id of this BackboneModel's cache
Reimplemented from BackboneModel.
Bibliography::getId | ( | ) |
Reimplemented from BackboneModel.
static Bibliography::newFromId | ( | $ | id | ) | [static] |
Returns a new Bibliography from the given id
integer | $id The id of the Bibliography |
Bibliography::toArray | ( | ) |
Generates and returns an array version of this BackboneModel
Reimplemented from BackboneModel.
Bibliography::update | ( | ) |
Updates the record in the DB for this BackboneModel
Reimplemented from BackboneModel.