Public Member Functions | |
EventRegistration ($data=null) | |
getEvent () | |
getMD5 () | |
getDocMD5 () | |
getPDFUrl () | |
getDocUrl () | |
toArray () | |
create () | |
update () | |
delete () | |
exists () | |
getCacheId () | |
Static Public Member Functions | |
static | getAllEventRegistrations () |
static | newFromId ($id) |
Public Attributes | |
$id | |
$eventId | |
$type | |
$name | |
$role | |
$webpage | |
$receiveInformation | |
$joinNewsletter | |
$createProfile | |
$similarEvents | |
$misc | |
$created |
EventRegistration::create | ( | ) |
Creates a new record in the DB for this BackboneModel
Reimplemented from BackboneModel.
EventRegistration::delete | ( | ) |
Deletes the record in the DB for this BackboneModel
Reimplemented from BackboneModel.
EventRegistration::exists | ( | ) |
Returns whether or not this BackboneModel exists or not
Reimplemented from BackboneModel.
EventRegistration::getCacheId | ( | ) |
Returns the id of this BackboneModel's cache
Reimplemented from BackboneModel.
EventRegistration::toArray | ( | ) |
Generates and returns an array version of this BackboneModel
Reimplemented from BackboneModel.
EventRegistration::update | ( | ) |
Updates the record in the DB for this BackboneModel
Reimplemented from BackboneModel.