Definition at line 8 of file oxviewconfig.php.
oxViewConfig.getHomeLink | ( | ) |
oxViewConfig.getActTplName | ( | ) |
Returns active template name (if set)
Definition at line 63 of file oxviewconfig.php.
oxViewConfig.getLogoutLink | ( | ) |
oxViewConfig.getHelpLink | ( | ) |
oxViewConfig.getActCatId | ( | ) |
oxViewConfig.getActManufacturerId | ( | ) |
oxViewConfig.getTypeLinkParams | ( | ) |
Returns parameters which should be appended to url
Definition at line 124 of file oxviewconfig.php.
oxViewConfig.getTypeParams | ( | ) |
Returns parameters which should be appended to form
Definition at line 144 of file oxviewconfig.php.
oxViewConfig.setViewConfigParam | ( | $ | sName, | |
$ | sValue | |||
) |
Sets view config parameter, which can be accessed in templates in two ways:
$oViewConf->__name_of_parameter__ (deprecated) $oViewConf->getNameOfParameter()
string | $sName name of parameter | |
mixed | $sValue parameter value |
Definition at line 168 of file oxviewconfig.php.
oxViewConfig.getViewConfigParam | ( | $ | sName | ) |
Returns current view config parameter
string | $sName name of parameter to get |
Definition at line 184 of file oxviewconfig.php.
oxViewConfig.setViewShop | ( | $ | oShop, | |
$ | aViewData | |||
) |
Sets shop object and view data to view config. This is needed mostly for old templates
oxshop | $oShop shop object | |
array | $aViewData view data array |
Definition at line 210 of file oxviewconfig.php.
oxViewConfig.__call | ( | $ | sMethodName, | |
$ | sParams | |||
) |
This magic function is used for easier view config parameter handling. It allows to access config parameters by calling:
$oViewConf->_name_of_param_ (deprecated) $oViewConf->getNameOfParam() (preferred)
string | $sMethodName name os method | |
mixed | $sParams method parameters |
Reimplemented from oxSuperCfg.
Definition at line 228 of file oxviewconfig.php.
oxViewConfig.getSessionId | ( | ) |
oxViewConfig.getHiddenSid | ( | ) |
Returns forms hidden session parameters
Definition at line 256 of file oxviewconfig.php.
oxViewConfig.getSelfLink | ( | ) |
oxViewConfig.getSslSelfLink | ( | ) |
oxViewConfig.getBaseDir | ( | ) |
oxViewConfig.getCoreUtilsDir | ( | ) |
Returns shops utility directory path
Definition at line 312 of file oxviewconfig.php.
oxViewConfig.getSelfActionLink | ( | ) |
oxViewConfig.getCurrentHomeDir | ( | ) |
oxViewConfig.getBasketLink | ( | ) |
oxViewConfig.getOrderLink | ( | ) |
oxViewConfig.getPaymentLink | ( | ) |
oxViewConfig.getExeOrderLink | ( | ) |
oxViewConfig.getOrderConfirmLink | ( | ) |
Returns shops order confirmation link
Definition at line 410 of file oxviewconfig.php.
oxViewConfig.getResourceUrl | ( | ) |
oxViewConfig.getTemplateDir | ( | ) |
Returns shops current (related to language) templates path
Definition at line 438 of file oxviewconfig.php.
oxViewConfig.getUrlTemplateDir | ( | ) |
oxViewConfig.getImageUrl | ( | ) |
oxViewConfig.getNoSslImageDir | ( | ) |
oxViewConfig.getPictureDir | ( | ) |
Returns dynamic (language related) image url Left for compatibility reasons for a while. Will be removed in future
Definition at line 495 of file oxviewconfig.php.
oxViewConfig.getAdminDir | ( | ) |
oxViewConfig.getActiveShopId | ( | ) |
oxViewConfig.isSsl | ( | ) |
oxViewConfig.getRemoteAddress | ( | ) |
oxViewConfig.getPopupIdent | ( | ) |
oxViewConfig.getPopupIdentRand | ( | ) |
Returns random basket popup identifier
Definition at line 580 of file oxviewconfig.php.
oxViewConfig.getArtPerPageForm | ( | ) |
oxViewConfig.isBuyableParent | ( | ) |
Returns "blVariantParentBuyable" parent article config state
Definition at line 608 of file oxviewconfig.php.
oxViewConfig.showBirthdayFields | ( | ) |
Returns config param "blShowBirthdayFields" value
Definition at line 618 of file oxviewconfig.php.
oxViewConfig.showFinalStep | ( | ) |
Returns config param "blShowFinalStep" value
Definition at line 628 of file oxviewconfig.php.
oxViewConfig.getNrOfCatArticles | ( | ) |
Returns config param "aNrofCatArticles" value
Definition at line 638 of file oxviewconfig.php.
oxViewConfig.isAutoSearchOnCat | ( | ) |
Returns config param "blAutoSearchOnCat" value
Definition at line 648 of file oxviewconfig.php.
oxViewConfig.getActLanguageId | ( | ) |
oxViewConfig.getActiveClassName | ( | ) |
oxViewConfig.getArtPerPageCount | ( | ) |
Returns max number of items shown on page
Definition at line 683 of file oxviewconfig.php.
oxViewConfig.getNavUrlParams | ( | ) |
oxViewConfig.getNavFormParams | ( | ) |
oxViewConfig.getStockOnDefaultMessage | ( | ) |
Returns config param "blStockOnDefaultMessage" value
Definition at line 742 of file oxviewconfig.php.
oxViewConfig.getStockOffDefaultMessage | ( | ) |
Returns config param "blStockOnDefaultMessage" value
Definition at line 752 of file oxviewconfig.php.
oxViewConfig.getShopVersion | ( | ) |
Returns shop version defined in view
Definition at line 762 of file oxviewconfig.php.
oxViewConfig.getAjaxLink | ( | ) |
oxViewConfig.isMultiShop | ( | ) |
oxViewConfig.getServiceUrl | ( | ) |
oxViewConfig.__get | ( | $ | sVarName | ) |
Returns view config variable value if possible
string | $sVarName name of variable to return |
Definition at line 805 of file oxviewconfig.php.
oxViewConfig.getViewVar | ( | $ | sVarName | ) |
Returns view config variable value if possible
string | $sVarName name of variable to return |
Definition at line 817 of file oxviewconfig.php.
oxViewConfig.$_oShop = null [protected] |
Definition at line 15 of file oxviewconfig.php.
oxViewConfig.$_aViewData = null [protected] |
Definition at line 22 of file oxviewconfig.php.
oxViewConfig.$_aConfigParams = array() [protected] |
Definition at line 29 of file oxviewconfig.php.