OXID eShop CE
4.8.10
|
Public Member Functions | |
__call ($sMethod, $aArgs) | |
__construct () | |
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 |
Super config class
Definition at line 6 of file oxsupercfg.php.
oxSuperCfg::__construct | ( | ) |
Class constructor. The constructor is defined in order to be possible to call parent::__construct() in modules.
Reimplemented in oxOrder, oxBase, oxUser, oxSeoEncoder, oxUtilsFile, oxCategory, DynExportBase, oxDelivery, oxTagCloud, oxAdminView, oxPayment, oxUserPayment, Diagnostics_Main, oxInputValidator, oxOrderArticle, oxContent, oxPricealarm, oxFile, oxManufacturer, oxVendor, oxSimpleVariant, oxAmountPriceList, oxNewsletter, oxUserBasketItem, oxDiscount, oxUserBasket, oxOutput, oxWrapping, oxRecommList, oxAttribute, VoucherSerie_Export, oxI18n, oxNewsSubscribed, oxTagList, oxNews, oxGbEntry, oxOrderFile, oxVoucher, oxAddress, oxRemark, oxShop, oxWidgetControl, oxCountry, oxRating, oxReview, oxVoucherSerie, oxObject2Group, oxArticleTagList, oxLinks, oxSearch, oxDeliverySet, oxActions, oxGroups, oxMediaUrl, oxState, oxStatistic, oxVoucherList, Login, and oxOrderArticleList.
Definition at line 73 of file oxsupercfg.php.
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 |
Definition at line 54 of file oxsupercfg.php.
oxSuperCfg::getConfig | ( | ) |
oxSuperCfg::getSession | ( | ) |
oxSuperCfg::getUser | ( | ) |
Active user getter
Reimplemented in oxDeliveryList, oxDeliverySetList, User_Payment, and oxNewslist.
Definition at line 158 of file oxsupercfg.php.
oxSuperCfg::isAdmin | ( | ) |
oxSuperCfg::setAdminMode | ( | $blAdmin | ) |
Admin mode setter
bool | $blAdmin | admin mode |
Definition at line 220 of file oxsupercfg.php.
oxSuperCfg::setConfig | ( | $oConfig | ) |
oxConfig instance setter
oxconfig | $oConfig | config object |
Definition at line 105 of file oxsupercfg.php.
oxSuperCfg::setSession | ( | $oSession | ) |
oxSession instance setter
oxsession | $oSession | session object |
Definition at line 143 of file oxsupercfg.php.
oxSuperCfg::setUser | ( | $oUser | ) |
Active oxuser object setter
oxuser | $oUser | user object |
Reimplemented in oxDeliveryList, oxDeliverySetList, and oxNewslist.
Definition at line 189 of file oxsupercfg.php.
|
staticprotected |
Definition at line 41 of file oxsupercfg.php.
|
staticprotected |
Definition at line 34 of file oxsupercfg.php.
|
staticprotected |
Definition at line 13 of file oxsupercfg.php.
|
staticprotected |
Definition at line 27 of file oxsupercfg.php.
|
staticprotected |
Definition at line 20 of file oxsupercfg.php.