Cheetah
|
Public Member Functions | |
__construct ($aModule) | |
init (&$oDb) | |
isEnabled () | |
getOpenKey () | |
isOpen () | |
doOpen () | |
doClose () | |
getSessionKey () | |
isSession () | |
getSessionData () | |
setSessionData ($aData) | |
cancelSession () | |
getJsClass ($sType='main') | |
getJsObject ($sType='main') | |
![]() | |
getId () | |
getClassPrefix () | |
getDbPrefix () | |
getHomePath () | |
getClassPath () | |
getUri () | |
getBaseUri () | |
getHomeUrl () | |
Public Attributes | |
$_oDb | |
$_oSession | |
$_bEnabled | |
$_sSessionKeyOpen | |
$_sSessionKeyData | |
$_sSessionDataDivider | |
$_aJsClasses | |
$_aJsObjects | |
![]() | |
$_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 ChSctrConfig.php.
ChSctrConfig::__construct | ( | $aModule | ) |
ChSctrConfig::cancelSession | ( | ) |
Definition at line 93 of file ChSctrConfig.php.
ChSctrConfig::doClose | ( | ) |
Definition at line 64 of file ChSctrConfig.php.
ChSctrConfig::doOpen | ( | ) |
Definition at line 59 of file ChSctrConfig.php.
ChSctrConfig::getJsClass | ( | $sType = 'main' | ) |
Definition at line 98 of file ChSctrConfig.php.
ChSctrConfig::getJsObject | ( | $sType = 'main' | ) |
Definition at line 106 of file ChSctrConfig.php.
ChSctrConfig::getOpenKey | ( | ) |
Definition at line 49 of file ChSctrConfig.php.
ChSctrConfig::getSessionData | ( | ) |
Definition at line 81 of file ChSctrConfig.php.
ChSctrConfig::getSessionKey | ( | ) |
Definition at line 70 of file ChSctrConfig.php.
ChSctrConfig::init | ( | & | $oDb | ) |
Definition at line 35 of file ChSctrConfig.php.
ChSctrConfig::isEnabled | ( | ) |
Definition at line 43 of file ChSctrConfig.php.
ChSctrConfig::isOpen | ( | ) |
Definition at line 54 of file ChSctrConfig.php.
ChSctrConfig::isSession | ( | ) |
Definition at line 75 of file ChSctrConfig.php.
ChSctrConfig::setSessionData | ( | $aData | ) |
Definition at line 87 of file ChSctrConfig.php.
ChSctrConfig::$_aJsClasses |
Definition at line 18 of file ChSctrConfig.php.
ChSctrConfig::$_aJsObjects |
Definition at line 19 of file ChSctrConfig.php.
ChSctrConfig::$_bEnabled |
Definition at line 14 of file ChSctrConfig.php.
ChSctrConfig::$_oDb |
Definition at line 12 of file ChSctrConfig.php.
ChSctrConfig::$_oSession |
Definition at line 13 of file ChSctrConfig.php.
ChSctrConfig::$_sSessionDataDivider |
Definition at line 17 of file ChSctrConfig.php.
ChSctrConfig::$_sSessionKeyData |
Definition at line 16 of file ChSctrConfig.php.
ChSctrConfig::$_sSessionKeyOpen |
Definition at line 15 of file ChSctrConfig.php.