Public Member Functions | |
| University ($data) | |
| toArray () | |
| create () | |
| update () | |
| delete () | |
| exists () | |
| getCacheId () | |
| getId () | |
| getName () | |
| getShortName () | |
| getLatitude () | |
| getLongitude () | |
| getProvince () | |
| getColor () | |
| getOrder () | |
| isDefault () | |
Static Public Member Functions | |
| static | newFromId ($id) |
| static | newFromName ($name) |
| static | getAllUniversities () |
Public Attributes | |
| $id | |
| $name | |
| $shortName | |
| $latitude | |
| $longitude | |
| $color | |
| $province | |
| $order | |
| $isDefault | |
Static Public Attributes | |
| static | $cache = array() |
| University::create | ( | ) |
Creates a new record in the DB for this BackboneModel
Reimplemented from BackboneModel.
| University::delete | ( | ) |
Deletes the record in the DB for this BackboneModel
Reimplemented from BackboneModel.
| University::exists | ( | ) |
Returns whether or not this BackboneModel exists or not
Reimplemented from BackboneModel.
| University::getCacheId | ( | ) |
Returns the id of this BackboneModel's cache
Reimplemented from BackboneModel.
| University::getId | ( | ) |
Reimplemented from BackboneModel.
| University::toArray | ( | ) |
Generates and returns an array version of this BackboneModel
Reimplemented from BackboneModel.
| University::update | ( | ) |
Updates the record in the DB for this BackboneModel
Reimplemented from BackboneModel.
1.6.1