Static Public Member Functions | |
static | getDefaultMetadata () |
static | getModuleClassName () |
Static Protected Member Functions | |
static | getLabel ($language=null) |
static | getPluralLabel ($language=null) |
static | getRelationName () |
Definition at line 37 of file ContactStarred.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 BaseStarredModel.
Definition at line 39 of file ContactStarred.php.
static getLabel | ( | $ | language = null |
) | [static, protected] |
Returns the display name for the model class.
null | | string $language |
Reimplemented from BaseStarredModel.
Definition at line 61 of file ContactStarred.php.
static getPluralLabel | ( | $ | language = null |
) | [static, protected] |
Returns the display name for plural of the model class.
null | | string $language |
Reimplemented from BaseStarredModel.
Definition at line 71 of file ContactStarred.php.