Cheetah
Public Member Functions | Public Attributes | List of all members
ChSctrConfig Class Reference
Inheritance diagram for ChSctrConfig:
ChWsbConfig

Public Member Functions

 __construct ($aModule)
 
 init (&$oDb)
 
 isEnabled ()
 
 getOpenKey ()
 
 isOpen ()
 
 doOpen ()
 
 doClose ()
 
 getSessionKey ()
 
 isSession ()
 
 getSessionData ()
 
 setSessionData ($aData)
 
 cancelSession ()
 
 getJsClass ($sType='main')
 
 getJsObject ($sType='main')
 
- Public Member Functions inherited from ChWsbConfig
 getId ()
 
 getClassPrefix ()
 
 getDbPrefix ()
 
 getHomePath ()
 
 getClassPath ()
 
 getUri ()
 
 getBaseUri ()
 
 getHomeUrl ()
 

Public Attributes

 $_oDb
 
 $_oSession
 
 $_bEnabled
 
 $_sSessionKeyOpen
 
 $_sSessionKeyData
 
 $_sSessionDataDivider
 
 $_aJsClasses
 
 $_aJsObjects
 
- Public Attributes inherited from ChWsbConfig
 $_iId
 
 $_sVendor
 
 $_sClassPrefix
 
 $_sDbPrefix
 
 $_sDirectory
 
 $_sUri
 
 $_sHomePath
 
 $_sClassPath
 
 $_sHomeUrl
 
 $_sBaseUri
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __construct()

ChSctrConfig::__construct (   $aModule)

Constructor

Reimplemented from ChWsbConfig.

Definition at line 24 of file ChSctrConfig.php.

Member Function Documentation

◆ cancelSession()

ChSctrConfig::cancelSession ( )

Definition at line 93 of file ChSctrConfig.php.

◆ doClose()

ChSctrConfig::doClose ( )

Definition at line 64 of file ChSctrConfig.php.

◆ doOpen()

ChSctrConfig::doOpen ( )

Definition at line 59 of file ChSctrConfig.php.

◆ getJsClass()

ChSctrConfig::getJsClass (   $sType = 'main')

Definition at line 98 of file ChSctrConfig.php.

◆ getJsObject()

ChSctrConfig::getJsObject (   $sType = 'main')

Definition at line 106 of file ChSctrConfig.php.

◆ getOpenKey()

ChSctrConfig::getOpenKey ( )

Definition at line 49 of file ChSctrConfig.php.

◆ getSessionData()

ChSctrConfig::getSessionData ( )

Definition at line 81 of file ChSctrConfig.php.

◆ getSessionKey()

ChSctrConfig::getSessionKey ( )

Definition at line 70 of file ChSctrConfig.php.

◆ init()

ChSctrConfig::init ( $oDb)

Definition at line 35 of file ChSctrConfig.php.

◆ isEnabled()

ChSctrConfig::isEnabled ( )

Definition at line 43 of file ChSctrConfig.php.

◆ isOpen()

ChSctrConfig::isOpen ( )

Definition at line 54 of file ChSctrConfig.php.

◆ isSession()

ChSctrConfig::isSession ( )

Definition at line 75 of file ChSctrConfig.php.

◆ setSessionData()

ChSctrConfig::setSessionData (   $aData)

Definition at line 87 of file ChSctrConfig.php.

Member Data Documentation

◆ $_aJsClasses

ChSctrConfig::$_aJsClasses

Definition at line 18 of file ChSctrConfig.php.

◆ $_aJsObjects

ChSctrConfig::$_aJsObjects

Definition at line 19 of file ChSctrConfig.php.

◆ $_bEnabled

ChSctrConfig::$_bEnabled

Definition at line 14 of file ChSctrConfig.php.

◆ $_oDb

ChSctrConfig::$_oDb

Definition at line 12 of file ChSctrConfig.php.

◆ $_oSession

ChSctrConfig::$_oSession

Definition at line 13 of file ChSctrConfig.php.

◆ $_sSessionDataDivider

ChSctrConfig::$_sSessionDataDivider

Definition at line 17 of file ChSctrConfig.php.

◆ $_sSessionKeyData

ChSctrConfig::$_sSessionKeyData

Definition at line 16 of file ChSctrConfig.php.

◆ $_sSessionKeyOpen

ChSctrConfig::$_sSessionKeyOpen

Definition at line 15 of file ChSctrConfig.php.


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