Public Member Functions | |
Alumni ($data) | |
getId () | |
getUserId () | |
getPerson () | |
getRecruited () | |
getRecruitedCountry () | |
getAlumni () | |
getAlumniCountry () | |
getAlumniSector () | |
create () | |
update () | |
delete () | |
toArray () | |
exists () | |
getCacheId () | |
Static Public Member Functions | |
static | newFromId ($id) |
static | newFromUserId ($user_id) |
static | getAllAlumni () |
Public Attributes | |
$id | |
$user_id | |
$recruited = "" | |
$recruited_country = "" | |
$alumni = "" | |
$alumni_country = "" | |
$alumni_sector = "" |
Alumni::create | ( | ) |
Creates a new record in the DB for this BackboneModel
Reimplemented from BackboneModel.
Alumni::delete | ( | ) |
Deletes the record in the DB for this BackboneModel
Reimplemented from BackboneModel.
Alumni::exists | ( | ) |
Returns whether or not this BackboneModel exists or not
Reimplemented from BackboneModel.
Alumni::getCacheId | ( | ) |
Returns the id of this BackboneModel's cache
Reimplemented from BackboneModel.
Alumni::getId | ( | ) |
Reimplemented from BackboneModel.
static Alumni::newFromId | ( | $ | id | ) | [static] |
static Alumni::newFromUserId | ( | $ | user_id | ) | [static] |
Alumni::toArray | ( | ) |
Generates and returns an array version of this BackboneModel
Reimplemented from BackboneModel.
Alumni::update | ( | ) |
Updates the record in the DB for this BackboneModel
Reimplemented from BackboneModel.