OXID eShop CE
4.9.6
|
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, oxCategory, oxSeoEncoder, oxDelivery, oxUtilsFile, DynExportBase, oxShop, oxPayment, oxAdminView, oxUserPayment, Diagnostics_Main, oxOrderArticle, oxContent, oxInputValidator, oxContentList, oxPricealarm, oxFile, oxSimpleVariant, oxManufacturer, oxVendor, oxDeliveryList, oxTagCloud, oxNewsletter, oxSelectlist, oxAmountPriceList, oxUserBasketItem, oxDiscount, oxAddress, oxUserBasket, oxOutput, oxWrapping, oxManufacturerList, oxVendorList, oxDeliverySetList, oxRecommList, VoucherSerie_Export, oxAttribute, oxDiscountList, oxI18n, oxNewsSubscribed, oxTagList, oxNews, oxGbEntry, oxOrderFile, oxVoucher, oxRemark, oxWidgetControl, oxCountry, oxRating, oxReview, oxVoucherSerie, oxObject2Group, oxLinks, oxSearch, oxArticleTagList, oxGroups, oxPaymentList, oxActions, oxDeliverySet, oxMediaUrl, oxObject2Category, oxState, Module_Config, oxStatistic, oxCountryList, oxShopList, oxUserList, oxVoucherList, Login, oxAttributeList, oxOrderArticleList, and oxUserAddressList.
Definition at line 74 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 55 of file oxsupercfg.php.
oxSuperCfg::getConfig | ( | ) |
oxSuperCfg::getSession | ( | ) |
oxSuperCfg::getUser | ( | ) |
Active user getter
Reimplemented in oxDeliveryList, oxDeliverySetList, User_Payment, and oxNewslist.
Definition at line 163 of file oxsupercfg.php.
oxSuperCfg::isAdmin | ( | ) |
oxSuperCfg::setAdminMode | ( | $blAdmin | ) |
oxSuperCfg::setConfig | ( | $oConfig | ) |
oxConfig instance setter
oxconfig | $oConfig | config object |
Definition at line 107 of file oxsupercfg.php.
oxSuperCfg::setSession | ( | $oSession | ) |
oxSession instance setter
oxsession | $oSession | session object |
Definition at line 147 of file oxsupercfg.php.
oxSuperCfg::setUser | ( | $oUser | ) |
Active oxuser object setter
oxuser | $oUser | user object |
Reimplemented in oxDeliveryList, oxDeliverySetList, and oxNewslist.
Definition at line 195 of file oxsupercfg.php.
|
staticprotected |
Definition at line 42 of file oxsupercfg.php.
|
staticprotected |
Definition at line 35 of file oxsupercfg.php.
|
staticprotected |
Definition at line 14 of file oxsupercfg.php.
|
staticprotected |
Definition at line 28 of file oxsupercfg.php.
|
staticprotected |
Definition at line 21 of file oxsupercfg.php.