Definition at line 2 of file oxsupercfg.php.
Public Member Functions | |
| __call ($sMethod, $aArgs) | |
| getConfig () | |
| setConfig ($oConfig) | |
| getSession () | |
| setSession ($oSession) | |
| getUser () | |
| setUser ($oUser) | |
| isAdmin () | |
| setAdminMode ($blAdmin) | |
Static Protected Attributes | |
| static | $_oConfig = null |
| static | $_oSession = null |
| static | $_oRights = null |
| static | $_oActUser = null |
| static | $_blIsAdmin = null |
| oxSuperCfg.__call | ( | $ | sMethod, | |
| $ | aArgs | |||
| ) |
Only used for convenience in UNIT tests by doing so we avoid writing extended classes for testing protected or private methods
| string | $sMethod Methods name | |
| array | $aArgs Argument array |
| oxSystemComponentException | Throws an exception if the called method does not exist or is not accessable in current class |
Reimplemented in oxViewConfig.
Definition at line 50 of file oxsupercfg.php.
| oxSuperCfg.getConfig | ( | ) |
| oxSuperCfg.setConfig | ( | $ | oConfig | ) |
oxConfig instance setter
| oxconfig | $oConfig config object |
Definition at line 92 of file oxsupercfg.php.
| oxSuperCfg.getSession | ( | ) |
| oxSuperCfg.setSession | ( | $ | oSession | ) |
oxSession instance setter
| oxsession | $oSession session object |
Definition at line 130 of file oxsupercfg.php.
| oxSuperCfg.getUser | ( | ) |
Active user getter
Reimplemented in oxDeliveryList, oxDeliverySetList, oxNewslist, and oxOrder.
Definition at line 145 of file oxsupercfg.php.
| oxSuperCfg.setUser | ( | $ | oUser | ) |
Active oxuser object setter
| oxuser | $oUser user object |
Reimplemented in oxDeliveryList, oxDeliverySetList, and oxNewslist.
Definition at line 168 of file oxsupercfg.php.
| oxSuperCfg.isAdmin | ( | ) |
| oxSuperCfg.setAdminMode | ( | $ | blAdmin | ) |
Admin mode setter
| bool | $blAdmin admin mode |
Definition at line 199 of file oxsupercfg.php.
oxSuperCfg.$_oConfig = null [static, protected] |
Definition at line 9 of file oxsupercfg.php.
oxSuperCfg.$_oSession = null [static, protected] |
Definition at line 16 of file oxsupercfg.php.
oxSuperCfg.$_oRights = null [static, protected] |
Definition at line 23 of file oxsupercfg.php.
oxSuperCfg.$_oActUser = null [static, protected] |
Definition at line 30 of file oxsupercfg.php.
oxSuperCfg.$_blIsAdmin = null [static, protected] |
Definition at line 37 of file oxsupercfg.php.
1.5.5