Class TModule
Direct Known Sub-classes:
TThemeManager
, TTemplateManager
, THttpResponse
, TAssetManager
, TUrlManager
, TDataSourceConfig
, TGlobalization
, TParameterModule
, TLogRouter
, TCache
, TSecurityManager
, TDbUserManager
, TAuthManager
, TUserManager
, TErrorHandler
, TApplicationStatePersister
TModule class.
TModule implements the basic methods required by IModule and may be used as the basic class for application modules.
Method Summary |
string
|
|
void
|
Initializes the module.
|
void
|
|
Methods Inherited From TComponent |
TComponent::addParsedObject(), TComponent::attachEventHandler(), TComponent::canGetProperty(), TComponent::canSetProperty(), TComponent::createdOnTemplate(), TComponent::detachEventHandler(), TComponent::evaluateExpression(), TComponent::evaluateStatements(), TComponent::getEventHandlers(), TComponent::getSubProperty(), TComponent::hasEvent(), TComponent::hasEventHandler(), TComponent::hasProperty(), TComponent::raiseEvent(), TComponent::setSubProperty(), TComponent::__get(), TComponent::__set()
|
Method Details |
getID
Output |
string
| id of this module |
Exception |
|
init
Initializes the module.
This method is required by IModule and is invoked by application.
Input |
TXmlElement | $config | module configuration |
Output |
Exception |
|
setID
public void setID |
(string $value ) |
Input |
string | $value | id of this module |
Output |
Exception |
|
|