Public Member Functions | |
getDependencies () | |
Static Public Member Functions | |
static | getDefaultMetadata () |
static | getPrimaryModelName () |
static | getGlobalSearchFormClassName () |
Used to demonstrate attributes like likeContactState that contain different states depending on what module is utilizing the model. ReportModelTestItem has likeContactState.
Definition at line 41 of file ReportsAlternateStateTestModule.php.
getDependencies | ( | ) |
Returns an array of the names of the the modules the module depends on. ie: if the module is enabled then those modules must be too, recursively through their dependencies.
Reimplemented from Module.
Definition at line 43 of file ReportsAlternateStateTestModule.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 Module.
Definition at line 49 of file ReportsAlternateStateTestModule.php.
static getPrimaryModelName | ( | ) | [static] |
Get the primary model name for a module. Make sure to override in modules that have a Primary model otherwise the method is not supported.
Reimplemented from Module.
Definition at line 66 of file ReportsAlternateStateTestModule.php.
static getGlobalSearchFormClassName | ( | ) | [static] |
Override and return a string if the module supports the global search mechanism.
Reimplemented from Module.
Definition at line 71 of file ReportsAlternateStateTestModule.php.