Static Public Member Functions | |
static | getDefaultMetadata () |
static | isTypeDeletable () |
Static Protected Member Functions | |
static | translatedAttributeLabels ($language) |
static | getLabel ($language=null) |
static | getPluralLabel ($language=null) |
A class for creating notification messages. A message can then have zero or more notifications attached to it.
Definition at line 41 of file NotificationMessage.php.
static getDefaultMetadata | ( | ) | [static] |
Returns the default meta data for the class. It must be appended to the meta data from the parent model, if any.
Reimplemented from Item.
Definition at line 43 of file NotificationMessage.php.
static isTypeDeletable | ( | ) | [static] |
To be overriden on intermediate derived classes to return false so that deletes are not done on intermediate classes because the object relational mapping will not clean up properly. For example if User is a Person, and Person is a RedBeanModel delete should be called only on User, not on Person. So User must override isDeletable to return false.
Reimplemented from Item.
Definition at line 71 of file NotificationMessage.php.
static getLabel | ( | $ | language = null |
) | [static, protected] |
Returns the display name for the model class.
null | | string $language |
Reimplemented from RedBeanModel.
Definition at line 92 of file NotificationMessage.php.
static getPluralLabel | ( | $ | language = null |
) | [static, protected] |
Returns the display name for plural of the model class.
null | | string $language |
Reimplemented from RedBeanModel.
Definition at line 102 of file NotificationMessage.php.