Public Member Functions | |
MailingListRule ($data) | |
getId () | |
getType () | |
getList () | |
getValue () | |
create () | |
update () | |
delete () | |
toArray () | |
exists () | |
getCacheId () | |
Static Public Member Functions | |
static | newFromId ($id) |
Public Attributes | |
$id | |
$type | |
$listId | |
$value | |
Static Public Attributes | |
static | $cache = array() |
MailingListRule::create | ( | ) |
Creates a new record in the DB for this BackboneModel
Reimplemented from BackboneModel.
MailingListRule::delete | ( | ) |
Deletes the record in the DB for this BackboneModel
Reimplemented from BackboneModel.
MailingListRule::exists | ( | ) |
Returns whether or not this BackboneModel exists or not
Reimplemented from BackboneModel.
MailingListRule::getCacheId | ( | ) |
Returns the id of this BackboneModel's cache
Reimplemented from BackboneModel.
MailingListRule::getId | ( | ) |
Reimplemented from BackboneModel.
MailingListRule::toArray | ( | ) |
Generates and returns an array version of this BackboneModel
Reimplemented from BackboneModel.
MailingListRule::update | ( | ) |
Updates the record in the DB for this BackboneModel
Reimplemented from BackboneModel.