Public Member Functions | |
ElitePosting ($data) | |
isAllowedToView () | |
getType () | |
getUrl () | |
getExtra ($field=null) | |
getComments () | |
sendCreateMail () | |
sendMoreInfoMail () | |
sendAcceptedMail () | |
sendNotMatchedMail () | |
sendRejectedMail () | |
checkMatches () | |
toSimpleArray () | |
toArray () | |
create () | |
update () | |
Static Public Member Functions | |
static | isAllowedToCreate () |
Public Attributes | |
$type | |
$extra = array() | |
$comments | |
$previousVisibility = "" | |
Static Public Attributes | |
static | $dbTable = 'grand_elite_postings' |
ElitePosting::create | ( | ) |
Creates a new record in the DB for this BackboneModel
Reimplemented from Posting.
ElitePosting::getUrl | ( | ) |
Returns the url of this Posting's page
Reimplemented from Posting.
ElitePosting::toArray | ( | ) |
Generates and returns an array version of this BackboneModel
Reimplemented from Posting.
ElitePosting::update | ( | ) |
Updates the record in the DB for this BackboneModel
Reimplemented from Posting.