Cheetah
Public Member Functions | Public Attributes | List of all members
ChWsbConfig Class Reference
Inheritance diagram for ChWsbConfig:
ChAdsConfig ChAvaConfig ChBlogsConfig ChBoardConfig ChChatConfig ChChatPlusConfig ChCRSSConfig ChEventsConfig ChGroupsConfig ChGSearchConfig ChH5avConfig ChMbpConfig ChOAuthConfig ChPageACConfig ChPmtConfig ChPollConfig ChProfileCustomizeConfig ChProfilerConfig ChQuotesConfig ChRuConfig ChSctrConfig ChShoutBoxConfig ChSimpleMessengerConfig ChSitesConfig ChSMTPConfig ChSpyConfig ChStoreConfig ChWallConfig ChWmapConfig ChWsbConnectConfig ChWsbFilesConfig ChWsbTextConfig ChZIPConfig

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
 

Detailed Description

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:

See also
any module included in the default Cheetah's package.

Static Methods:

Get an instance of a module's class.

See also
ChWsbModule::getInstance($sClassName)

Memberships/ACL: Doesn't depend on user's membership.

Alerts: no alerts available

Definition at line 37 of file ChWsbConfig.php.

Constructor & Destructor Documentation

◆ __construct()

ChWsbConfig::__construct (   $aModule)

Member Function Documentation

◆ getBaseUri()

ChWsbConfig::getBaseUri ( )

Get base URI which depends on the Permalinks mechanism.

example /modules/?r=module_uri or /m/module_uri

Returns
string with base URI.

Definition at line 114 of file ChWsbConfig.php.

◆ getClassPath()

ChWsbConfig::getClassPath ( )

Definition at line 95 of file ChWsbConfig.php.

◆ getClassPrefix()

ChWsbConfig::getClassPrefix ( )

Definition at line 83 of file ChWsbConfig.php.

◆ getDbPrefix()

ChWsbConfig::getDbPrefix ( )

Definition at line 87 of file ChWsbConfig.php.

◆ getHomePath()

ChWsbConfig::getHomePath ( )

Definition at line 91 of file ChWsbConfig.php.

◆ getHomeUrl()

ChWsbConfig::getHomeUrl ( )

Get full URL.

Returns
string with full URL.

Definition at line 124 of file ChWsbConfig.php.

◆ getId()

ChWsbConfig::getId ( )

Definition at line 79 of file ChWsbConfig.php.

◆ getUri()

ChWsbConfig::getUri ( )

Get unique URI.

Returns
string with unique URI.

Definition at line 104 of file ChWsbConfig.php.

Member Data Documentation

◆ $_iId

ChWsbConfig::$_iId

Definition at line 39 of file ChWsbConfig.php.

◆ $_sBaseUri

ChWsbConfig::$_sBaseUri

Definition at line 57 of file ChWsbConfig.php.

◆ $_sClassPath

ChWsbConfig::$_sClassPath

Definition at line 53 of file ChWsbConfig.php.

◆ $_sClassPrefix

ChWsbConfig::$_sClassPrefix

Definition at line 43 of file ChWsbConfig.php.

◆ $_sDbPrefix

ChWsbConfig::$_sDbPrefix

Definition at line 45 of file ChWsbConfig.php.

◆ $_sDirectory

ChWsbConfig::$_sDirectory

Definition at line 47 of file ChWsbConfig.php.

◆ $_sHomePath

ChWsbConfig::$_sHomePath

Definition at line 51 of file ChWsbConfig.php.

◆ $_sHomeUrl

ChWsbConfig::$_sHomeUrl

Definition at line 55 of file ChWsbConfig.php.

◆ $_sUri

ChWsbConfig::$_sUri

Definition at line 49 of file ChWsbConfig.php.

◆ $_sVendor

ChWsbConfig::$_sVendor

Definition at line 41 of file ChWsbConfig.php.


The documentation for this class was generated from the following file: