Static Public Member Functions | |
static | getDefaultMetadata () |
static | isTypeDeletable () |
static | getModuleClassName () |
Test model for export: ExportTestModelItem4
Definition at line 40 of file ExportTestModelItem5.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 OwnedSecurableItem.
Definition at line 42 of file ExportTestModelItem5.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 OwnedSecurableItem.
Definition at line 58 of file ExportTestModelItem5.php.