Public Member Functions | |
BSIPosting ($data) | |
getType () | |
getPartnerName () | |
getCity () | |
getProvince () | |
getCountry () | |
getFirstName () | |
getLastName () | |
getEmail () | |
getPositions () | |
getPositionsText () | |
getDiscipline () | |
getAbout () | |
getSkills () | |
getDeletedText () | |
toArray () | |
create () | |
update () | |
Public Attributes | |
$type | |
$partnerName | |
$city | |
$province | |
$country | |
$firstName | |
$lastName | |
$positions | |
$positionsText | |
$discipline | |
$about | |
$skills | |
$deletedText | |
Static Public Attributes | |
static | $dbTable = 'grand_bsi_postings' |
BSIPosting::create | ( | ) |
Creates a new record in the DB for this BackboneModel
Reimplemented from Posting.
BSIPosting::toArray | ( | ) |
Generates and returns an array version of this BackboneModel
Reimplemented from Posting.
BSIPosting::update | ( | ) |
Updates the record in the DB for this BackboneModel
Reimplemented from Posting.