Static Public Member Functions | |
static | getDefaultMetadata () |
static | isTypeDeletable () |
static | getModuleClassName () |
Static Protected Member Functions | |
static | getLabel ($language=null) |
static | getPluralLabel ($language=null) |
Definition at line 37 of file ReportModelTestItem9.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 39 of file ReportModelTestItem9.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 74 of file ReportModelTestItem9.php.
static getLabel | ( | $ | language = null |
) | [static, protected] |
Returns the display name for the model class.
null | | string $language |
Reimplemented from RedBeanModel.
Definition at line 89 of file ReportModelTestItem9.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 99 of file ReportModelTestItem9.php.