|
OXID eShop CE
4.9.7
|
Inheritance diagram for oxcmp_cur:
Collaboration diagram for oxcmp_cur:Public Attributes | |
| $aCurrencies = null | |
Protected Attributes | |
| $_oActCur = null | |
| $_blIsComponent = true | |
Protected Attributes inherited from oxView | |
| $_aViewData = array() | |
| $_sClassLocation = null | |
| $_sThisAction = null | |
| $_oParent = null | |
| $_blIsComponent = false | |
| $_sThisTemplate = null | |
| $_sViewId = null | |
| $_sClass = null | |
| $_sFnc = null | |
| $_sTrustedShopId = null | |
| $_sTSExcellenceId = null | |
| $_sCharSet = null | |
| $_sVersion = null | |
| $_blDemoVersion = null | |
| $_blDemoShop = null | |
| $_iNewsStatus = null | |
| $_sShopLogo = null | |
| $_sCategoryId = null | |
| $_oClickCat = null | |
| $_blIsCallForCache = false | |
| $_oViewConf = null | |
Additional Inherited Members | |
Protected Member Functions inherited from oxView | |
| _executeNewAction ($sNewAction) | |
Static Protected Attributes inherited from oxView | |
| static | $_blExecuted = false |
| oxcmp_cur::init | ( | ) |
Checks for currency parameter set in URL, session or post variables. If such were found - loads all currencies possible in shop, searches if passed is available (if no - default currency is set the first defined in admin). Then sets currency parameter so session ($myConfig->setActShopCurrency($iCur)), loads basket and forces ir to recalculate (oBasket->blCalcNeeded = true). Finally executes parent::init().
Reimplemented from oxView.
Definition at line 43 of file oxcmp_cur.php.
| oxcmp_cur::render | ( | ) |
Executes parent::render(), passes currency object to template engine and returns currencies array.
Template variables: currency
Reimplemented from oxView.
Definition at line 92 of file oxcmp_cur.php.
|
protected |
Definition at line 30 of file oxcmp_cur.php.
|
protected |
Definition at line 23 of file oxcmp_cur.php.
| oxcmp_cur::$aCurrencies = null |
Definition at line 16 of file oxcmp_cur.php.