|
Cheetah
|
Public Member Functions | |
| __construct ($aModule) | |
| init (&$oDb) | |
| isAutoapprove () | |
| isCommentsAllowed () | |
| getCommentsSystemName () | |
| isVotesAllowed () | |
| getVotesSystemName () | |
| getPerPage () | |
Public Member Functions inherited from ChWsbConfig | |
| getId () | |
| getClassPrefix () | |
| getDbPrefix () | |
| getHomePath () | |
| getClassPath () | |
| getUri () | |
| getBaseUri () | |
| getHomeUrl () | |
Public Attributes | |
| $_oDb | |
| $_bAutoapprove | |
| $_bComments | |
| $_sCommentsSystemName | |
| $_bVotes | |
| $_sVotesSystemName | |
| $_iPerPage | |
Public Attributes inherited from ChWsbConfig | |
| $_iId | |
| $_sVendor | |
| $_sClassPrefix | |
| $_sDbPrefix | |
| $_sDirectory | |
| $_sUri | |
| $_sHomePath | |
| $_sClassPath | |
| $_sHomeUrl | |
| $_sBaseUri | |
This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/
Definition at line 10 of file ChSitesConfig.php.
| ChSitesConfig::__construct | ( | $aModule | ) |
| ChSitesConfig::getCommentsSystemName | ( | ) |
Definition at line 50 of file ChSitesConfig.php.
| ChSitesConfig::getPerPage | ( | ) |
Definition at line 65 of file ChSitesConfig.php.
| ChSitesConfig::getVotesSystemName | ( | ) |
Definition at line 60 of file ChSitesConfig.php.
| ChSitesConfig::init | ( | & | $oDb | ) |
Definition at line 28 of file ChSitesConfig.php.
| ChSitesConfig::isAutoapprove | ( | ) |
Definition at line 40 of file ChSitesConfig.php.
| ChSitesConfig::isCommentsAllowed | ( | ) |
Definition at line 45 of file ChSitesConfig.php.
| ChSitesConfig::isVotesAllowed | ( | ) |
Definition at line 55 of file ChSitesConfig.php.
| ChSitesConfig::$_bAutoapprove |
Definition at line 13 of file ChSitesConfig.php.
| ChSitesConfig::$_bComments |
Definition at line 14 of file ChSitesConfig.php.
| ChSitesConfig::$_bVotes |
Definition at line 16 of file ChSitesConfig.php.
| ChSitesConfig::$_iPerPage |
Definition at line 18 of file ChSitesConfig.php.
| ChSitesConfig::$_oDb |
Definition at line 12 of file ChSitesConfig.php.
| ChSitesConfig::$_sCommentsSystemName |
Definition at line 15 of file ChSitesConfig.php.
| ChSitesConfig::$_sVotesSystemName |
Definition at line 17 of file ChSitesConfig.php.