Public Member Functions | |
EventPosting ($data) | |
getAddress () | |
getCity () | |
getProvince () | |
getCountry () | |
getWebsite () | |
isRegistrationEnabled () | |
isMaterialSubmissionEnabled () | |
toArray () | |
create () | |
update () | |
Public Attributes | |
$address | |
$city | |
$province | |
$country | |
$website | |
$image1 | |
$image2 | |
$image3 | |
$banner1 | |
$banner2 | |
$enableRegistration | |
$enableMaterials | |
Static Public Attributes | |
static | $dbTable = 'grand_event_postings' |
EventPosting::create | ( | ) |
Creates a new record in the DB for this BackboneModel
Reimplemented from Posting.
EventPosting::toArray | ( | ) |
Generates and returns an array version of this BackboneModel
Reimplemented from Posting.
EventPosting::update | ( | ) |
Updates the record in the DB for this BackboneModel
Reimplemented from Posting.