Cheetah
|
Public Member Functions | |
__construct ($aModule) | |
getId () | |
getClassPrefix () | |
getDbPrefix () | |
getHomePath () | |
getClassPath () | |
getUri () | |
getBaseUri () | |
getHomeUrl () | |
Public Attributes | |
$_iId | |
$_sVendor | |
$_sClassPrefix | |
$_sDbPrefix | |
$_sDirectory | |
$_sUri | |
$_sHomePath | |
$_sClassPath | |
$_sHomeUrl | |
$_sBaseUri | |
Base class for Config classes in modules engine.
The object of the class contains different basic configuration settings which are necessary for all modules.
Example of usage:
Static Methods:
Get an instance of a module's class.
Memberships/ACL: Doesn't depend on user's membership.
Alerts: no alerts available
Definition at line 37 of file ChWsbConfig.php.
ChWsbConfig::__construct | ( | $aModule | ) |
constructor
Reimplemented in ChZIPConfig, ChWmapConfig, ChWallConfig, ChStoreConfig, ChSpyConfig, ChSMTPConfig, ChSitesConfig, ChSctrConfig, ChShoutBoxConfig, ChRuConfig, ChQuotesConfig, ChProfilerConfig, ChProfileCustomizeConfig, ChPollConfig, ChPmtConfig, ChPageACConfig, ChOAuthConfig, ChNewsConfig, ChMbpConfig, ChH5avConfig, ChGroupsConfig, ChGSearchConfig, ChFilesConfig, ChFdbConfig, ChFaceBookConnectConfig, ChEventsConfig, ChCRSSConfig, ChDolphConConfig, ChChatPlusConfig, ChChatConfig, ChBoardConfig, ChBlogsConfig, ChAvaConfig, ChArlConfig, ChAdsConfig, ChWsbFilesConfig, ChWsbConnectConfig, and ChSimpleMessengerConfig.
Definition at line 62 of file ChWsbConfig.php.
ChWsbConfig::getBaseUri | ( | ) |
Get base URI which depends on the Permalinks mechanism.
example /modules/?r=module_uri or /m/module_uri
Definition at line 114 of file ChWsbConfig.php.
ChWsbConfig::getClassPath | ( | ) |
Definition at line 95 of file ChWsbConfig.php.
ChWsbConfig::getClassPrefix | ( | ) |
Definition at line 83 of file ChWsbConfig.php.
ChWsbConfig::getDbPrefix | ( | ) |
Definition at line 87 of file ChWsbConfig.php.
ChWsbConfig::getHomePath | ( | ) |
Definition at line 91 of file ChWsbConfig.php.
ChWsbConfig::getHomeUrl | ( | ) |
ChWsbConfig::getId | ( | ) |
Definition at line 79 of file ChWsbConfig.php.
ChWsbConfig::getUri | ( | ) |
ChWsbConfig::$_iId |
Definition at line 39 of file ChWsbConfig.php.
ChWsbConfig::$_sBaseUri |
Definition at line 57 of file ChWsbConfig.php.
ChWsbConfig::$_sClassPath |
Definition at line 53 of file ChWsbConfig.php.
ChWsbConfig::$_sClassPrefix |
Definition at line 43 of file ChWsbConfig.php.
ChWsbConfig::$_sDbPrefix |
Definition at line 45 of file ChWsbConfig.php.
ChWsbConfig::$_sDirectory |
Definition at line 47 of file ChWsbConfig.php.
ChWsbConfig::$_sHomePath |
Definition at line 51 of file ChWsbConfig.php.
ChWsbConfig::$_sHomeUrl |
Definition at line 55 of file ChWsbConfig.php.
ChWsbConfig::$_sUri |
Definition at line 49 of file ChWsbConfig.php.
ChWsbConfig::$_sVendor |
Definition at line 41 of file ChWsbConfig.php.