Public Member Functions | |
Freeze ($data) | |
getId () | |
getProject () | |
getFeature () | |
create () | |
update () | |
delete () | |
toArray () | |
exists () | |
getCacheId () | |
Static Public Member Functions | |
static | newFromId ($id) |
static | newFromProjectFeature ($project, $feature) |
static | getAllFreezes () |
Public Attributes | |
$id | |
$projectId | |
$feature |
Freeze::create | ( | ) |
Creates a new record in the DB for this BackboneModel
Reimplemented from BackboneModel.
Freeze::delete | ( | ) |
Deletes the record in the DB for this BackboneModel
Reimplemented from BackboneModel.
Freeze::exists | ( | ) |
Returns whether or not this BackboneModel exists or not
Reimplemented from BackboneModel.
Freeze::getCacheId | ( | ) |
Returns the id of this BackboneModel's cache
Reimplemented from BackboneModel.
Freeze::getId | ( | ) |
Reimplemented from BackboneModel.
Freeze::toArray | ( | ) |
Generates and returns an array version of this BackboneModel
Reimplemented from BackboneModel.
Freeze::update | ( | ) |
Updates the record in the DB for this BackboneModel
Reimplemented from BackboneModel.