Class TModule
TModule class.
TModule implements the basic methods required by IModule and may be used as the basic class for application modules.
- TComponent
-
TApplicationComponent
-
TModule implements IModule
Direct known subclasses
TApplicationStatePersister, TAssetManager, TParameterModule, TRpcApiProvider, TRpcServer, TSecurityManager, TTemplateManager, TThemeManager, TUrlManager, TUserManager, TAuthManager, TCache, TDataSourceConfig, TDbUserManager, TErrorHandler, TGlobalization, THttpResponse, TLogRouterIndirect known subclasses
TActiveRecordConfig, TAPCCache, TXCache, TCallbackErrorHandler, TDbCache, TEACache, TGlobalizationAutoDetect, TMemCache, TSqliteCache, TSqlMapConfig, TUrlMapping
Abstract
Package: System
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
Located at TModule.php
Package: System
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
Located at TModule.php
public
|
#
init(
Initializes the module. This method is required by IModule and is invoked by application. |
public
string
|
|
public
|
getApplication(),
getRequest(),
getResponse(),
getService(),
getSession(),
getUser(),
publishAsset(),
publishFilePath()
|
GLOBAL_RAISE_EVENT_LISTENER
|