Interface lispa\amos\core\interfaces\CmsModuleInterface
Implemented by | lispa\amos\community\AmosCommunity, lispa\amos\discussioni\AmosDiscussioni, lispa\amos\events\AmosEvents, lispa\amos\faq\AmosFaq, lispa\amos\news\AmosNews |
---|
Public Methods
Method | Description | Defined By |
---|---|---|
getModelClassName() | lispa\amos\core\interfaces\CmsModuleInterface | |
getModelSearchClassName() | lispa\amos\core\interfaces\CmsModuleInterface |
Method Details
public abstract static string getModelClassName ( ) | ||
return | string | The name of the main model class |
---|
public abstract static string getModelSearchClassName ( ) | ||
return | string | The name of the search model class |
---|