Base view class. Class is responsible for managing of components that must be loaded and executed before any regular operation.
Definition at line 17 of file oxubase.php.
oxUBase._addPageNrParam | ( | $ | sUrl, | |
$ | iPage, | |||
$ | iLang = null | |||
) | [protected] |
Adds page number parameter to url and returns modified url, if page number 0 drops from url
string | $sUrl url to add page number | |
int | $iPage active page number | |
int | $iLang language id |
Reimplemented in aList, ManufacturerList, RecommList, Tag, and VendorList.
Definition at line 2067 of file oxubase.php.
oxUBase._canRedirect | ( | ) | [protected] |
Checks if current request parameters does not block SEO redirection process
Reimplemented in Search.
Definition at line 2534 of file oxubase.php.
oxUBase._forceNoIndex | ( | ) | [protected] |
Forces output noindex meta data for current view
Definition at line 1220 of file oxubase.php.
oxUBase._getComponentNames | ( | ) | [protected] |
oxUBase._getMetaFromContent | ( | $ | sMetaIdent | ) | [protected] |
Fetches meta data (description or keywords) from content table
string | $sMetaIdent meta content ident |
Definition at line 1122 of file oxubase.php.
oxUBase._getMetaFromSeo | ( | $ | sDataType | ) | [protected] |
Fetches meta data (description or keywords) from seo table
string | $sDataType data type "oxkeywords" or "oxdescription" |
Definition at line 1103 of file oxubase.php.
oxUBase._getRequestParams | ( | $ | blAddPageNr = true |
) | [protected] |
collects _GET parameters used by eShop and returns uri
bool | $blAddPageNr if TRUE - page number will be added |
Definition at line 1699 of file oxubase.php.
oxUBase._getSeoObjectId | ( | ) | [protected] |
Override this function to return object it which is used to identify its seo meta info
Reimplemented in aList, Content, Credits, Details, ManufacturerList, Tag, and VendorList.
Definition at line 1340 of file oxubase.php.
oxUBase._getSeoRequestParams | ( | ) | [protected] |
collects _GET parameters used by eShop SEO and returns uri
Definition at line 1780 of file oxubase.php.
oxUBase._getSubject | ( | $ | iLang | ) | [protected] |
returns object, associated with current view. (the object that is shown in frontend)
int | $iLang language id |
Reimplemented in oxwArticleDetails, aList, Content, Details, ManufacturerList, and VendorList.
Definition at line 1578 of file oxubase.php.
oxUBase._prepareMetaDescription | ( | $ | sMeta, | |
$ | iLength = 1024 , |
|||
$ | blRemoveDuplicatedWords = false | |||
) | [protected] |
Returns current view meta description data
string | $sMeta category path | |
int | $iLength max length of result, -1 for no truncation | |
bool | $blRemoveDuplicatedWords if true - performs additional duplicate cleaning |
Reimplemented in aList, Content, Details, ManufacturerList, Start, Tag, and VendorList.
Definition at line 1353 of file oxubase.php.
oxUBase._prepareMetaKeyword | ( | $ | sKeywords, | |
$ | blRemoveDuplicatedWords = true | |||
) | [protected] |
Returns current view keywords separated by comma
string | $sKeywords data to use as keywords | |
bool | $blRemoveDuplicatedWords if true - performs additional duplicate cleaning |
Reimplemented in aList, Content, Details, ManufacturerList, Start, Tag, and VendorList.
Definition at line 1400 of file oxubase.php.
oxUBase._processRequest | ( | ) | [protected] |
In non admin mode checks if request was NOT processed by seo handler. If NOT, then tries to load alternative SEO url and if url is available - redirects to it. If no alternative path was found - 404 header is emitted and page is rendered
Reimplemented in oxWidget.
Definition at line 530 of file oxubase.php.
oxUBase._removeDuplicatedWords | ( | $ | aInput, | |
$ | aSkipTags = array() | |||
) | [protected] |
Removes duplicated words (not case sensitive)
mixed | $aInput array of string or string | |
array | $aSkipTags in admin defined strings |
Definition at line 1420 of file oxubase.php.
oxUBase._setNrOfArtPerPage | ( | ) | [protected] |
Sets number of articles per page to config value
Definition at line 1288 of file oxubase.php.
oxUBase.addGlobalParams | ( | $ | oShop = null |
) |
Sets and caches default parameters for shop object and returns it.
oxShop | $oShop current shop object |
Reimplemented from oxView.
Definition at line 1999 of file oxubase.php.
oxUBase.addRssFeed | ( | $ | sTitle, | |
$ | sUrl, | |||
$ | key = null | |||
) |
addRssFeed adds link to rss
string | $sTitle feed page title | |
string | $sUrl feed url | |
int | $key feed number |
Definition at line 879 of file oxubase.php.
oxUBase.canAcceptFormData | ( | ) |
Checks if session session form id matches with form id
Definition at line 2781 of file oxubase.php.
oxUBase.dontShowEmptyCategories | ( | ) |
Returns true if empty categories are not loaded
Definition at line 819 of file oxubase.php.
oxUBase.generatePageNavigation | ( | $ | iPositionCount = 0 |
) |
Generates variables for page navigation
int | $iPositionCount - paging positions count ( 0 - unlimited ) |
Definition at line 2128 of file oxubase.php.
oxUBase.generatePageNavigationUrl | ( | ) |
Generates URL for page navigation
Reimplemented in aList, ManufacturerList, RecommList, Tag, and VendorList.
Definition at line 2053 of file oxubase.php.
oxUBase.getAccessoires | ( | ) |
Template variable getter. Returns accessoires of article
Reimplemented in oxwArticleDetails, and Details.
Definition at line 1915 of file oxubase.php.
oxUBase.getActCurrency | ( | ) |
oxUBase.getActiveCategory | ( | ) |
Returns active category
Reimplemented in oxwArticleBox, aList, ManufacturerList, Search, and VendorList.
Definition at line 722 of file oxubase.php.
oxUBase.getActiveLangAbbr | ( | ) |
oxUBase.getActiveRecommList | ( | ) |
Template variable getter. Returns active recommendation lists
Reimplemented in Account_Recommlist, and Review.
Definition at line 1898 of file oxubase.php.
oxUBase.getActiveUsername | ( | ) |
Template variable getter. Returns logged in user name
Definition at line 2982 of file oxubase.php.
oxUBase.getActManufacturer | ( | ) |
Returns active Manufacturer set by categories component; if Manufacturer is not set by component - will create Manufacturer object and will try to load by id passed by request
Definition at line 2326 of file oxubase.php.
oxUBase.getActPage | ( | ) |
oxUBase.getActSearch | ( | ) |
Returns fake object which is used to mount navigation info
Definition at line 2373 of file oxubase.php.
oxUBase.getActTag | ( | ) |
Active tag info object getter. Object properties:
Definition at line 2277 of file oxubase.php.
oxUBase.getActVendor | ( | ) |
Returns active vendor set by categories component; if vendor is not set by component - will create vendor object and will try to load by id passed by request
Definition at line 2301 of file oxubase.php.
oxUBase.getAdditionalParams | ( | ) |
Template variable getter. Returns additional params for url
Reimplemented from oxView.
Reimplemented in RecommList, and Review.
Definition at line 2013 of file oxubase.php.
oxUBase.getAddUrlParams | ( | ) |
Returns additional URL parameters which must be added to list products urls
Reimplemented in aList, ManufacturerList, RecommList, Search, Tag, and VendorList.
Definition at line 2432 of file oxubase.php.
oxUBase.getAlsoBoughtTheseProducts | ( | ) |
Template variable getter. Returns list of customer also bought thies products
Reimplemented in oxwArticleDetails, Details, and Thankyou.
Definition at line 1942 of file oxubase.php.
oxUBase.getArticleId | ( | ) |
Return the active article id
Reimplemented in oxwReview, and Account.
Definition at line 1951 of file oxubase.php.
oxUBase.getBargainArticleList | ( | ) |
Template variable getter. Returns bargain article list Parameter oxubase.$_blBargainAction must be set to true.
Reimplemented in aList.
Definition at line 2469 of file oxubase.php.
oxUBase.getBreadCrumb | ( | ) |
Returns Bread Crumb - you are here page1/page2/page3...
Reimplemented in Account, Account_Downloads, Account_Newsletter, Account_Noticelist, Account_Order, Account_Password, Account_Recommlist, Account_User, Account_Wishlist, aList, Basket, ClearCookies, Compare, Contact, Content, Details, ForgotPwd, GuestBook, Invite, Links, ManufacturerList, News, Newsletter, order, Payment, RecommList, Register, Search, Suggest, Tag, Tags, Thankyou, User, VendorList, and Wishlist.
Definition at line 2893 of file oxubase.php.
oxUBase.getCanonicalUrl | ( | ) |
oxUBase.getCategoryTree | ( | ) |
Returns category tree (if it is loaded)
Definition at line 2388 of file oxubase.php.
oxUBase.getCatMoreUrl | ( | ) |
Template variable getter. Returns more category
Definition at line 2683 of file oxubase.php.
oxUBase.getCatTreePath | ( | ) |
Template variable getter. Returns category path
Reimplemented in aList, ManufacturerList, and VendorList.
Definition at line 2693 of file oxubase.php.
oxUBase.getCompareItemCount | ( | ) |
Template variable getter. Returns comparison article list count.
Definition at line 1206 of file oxubase.php.
oxUBase.getComponent | ( | $ | sName | ) |
Get component object
string | $sName name of component object |
Definition at line 676 of file oxubase.php.
oxUBase.getComponents | ( | ) |
oxUBase.getContentByIdent | ( | $ | sIdent | ) |
Loads and returns oxcontent object requested by its ident
string | $sIdent content identifier |
Definition at line 2705 of file oxubase.php.
oxUBase.getContentCategory | ( | ) |
Default content category getter, returns FALSE by default
Reimplemented in Content.
Definition at line 2719 of file oxubase.php.
oxUBase.getCrossSelling | ( | ) |
Template variable getter. Returns crosssellings
Reimplemented in oxwArticleDetails, Details, and Suggest.
Definition at line 1924 of file oxubase.php.
oxUBase.getCustomListDisplayType | ( | ) |
oxUBase.getDefaultSorting | ( | ) |
Returns default category sorting for selected category
Reimplemented in oxwArticleDetails, aList, Details, and GuestBook.
Definition at line 930 of file oxubase.php.
oxUBase.getDeliveryAddress | ( | ) |
Template variable getter. Returns user delivery address
Definition at line 2941 of file oxubase.php.
oxUBase.getDynUrlParams | ( | ) |
returns additional url params for dynamic url building
Reimplemented in Review.
Definition at line 1588 of file oxubase.php.
oxUBase.getEditTags | ( | ) |
Returns if tags will be edit
Reimplemented in Details.
Definition at line 1871 of file oxubase.php.
oxUBase.getFieldValidationErrors | ( | ) |
Returns input field validation error array (if available)
Definition at line 2883 of file oxubase.php.
oxUBase.getFormId | ( | ) |
Form id getter. This id used to prevent double guestbook, review entry submit
Definition at line 2766 of file oxubase.php.
oxUBase.getInvoiceAddress | ( | ) |
Template variable getter. Returns user address
Definition at line 2925 of file oxubase.php.
oxUBase.getIsOrderStep | ( | ) |
oxUBase.getLastProducts | ( | ) |
Template variable getter. Returns last seen products
Definition at line 3038 of file oxubase.php.
oxUBase.getLink | ( | $ | iLang = null |
) |
get link of current view
int | $iLang requested language |
Reimplemented in oxwArticleBox, RecommList, and Suggest.
Definition at line 1630 of file oxubase.php.
oxUBase.getListDisplayType | ( | ) |
oxUBase.getListOrderBy | ( | ) |
Template variable getter. Returns string after the list is ordered by
Definition at line 1050 of file oxubase.php.
oxUBase.getListOrderDirection | ( | ) |
Template variable getter. Returns list order direction
Definition at line 1067 of file oxubase.php.
oxUBase.getListType | ( | ) |
Get list type
Reimplemented in Account.
Definition at line 732 of file oxubase.php.
oxUBase.getManufacturerId | ( | ) |
Template variable getter. Returns Manufacturer id
Definition at line 2641 of file oxubase.php.
oxUBase.getManufacturerlist | ( | ) |
Template variable getter. Returns Manufacturerlist for search
Definition at line 2559 of file oxubase.php.
oxUBase.getManufacturerTree | ( | ) |
Returns Manufacturer tree (if it is loaded0
Definition at line 2410 of file oxubase.php.
oxUBase.getMenueList | ( | ) |
Template variable getter. Returns header menue list
Definition at line 1265 of file oxubase.php.
oxUBase.getMetaDescription | ( | ) |
Template variable getter. Returns meta description
Reimplemented in aList, and Details.
Definition at line 1161 of file oxubase.php.
oxUBase.getMetaKeywords | ( | ) |
Template variable getter. Returns meta keywords
Definition at line 1138 of file oxubase.php.
oxUBase.getMinOrderPrice | ( | ) |
Template variable getter. Returns formatted min order price value
Definition at line 2510 of file oxubase.php.
oxUBase.getMustFillFields | ( | ) |
Returns array of fields which must be filled during registration
Definition at line 2729 of file oxubase.php.
oxUBase.getNavigationParams | ( | ) |
Returns array of params => values which are used in hidden forms and as additional url params. NOTICE: this method SHOULD return raw (non encoded into entities) parameters, because values are processed by htmlentities() to avoid security and broken templates problems
Reimplemented in Account, Account_Noticelist, Account_Recommlist, Details, and RecommList.
Definition at line 1458 of file oxubase.php.
oxUBase.getNewBasketItemMsgType | ( | ) |
Returns added basket item notification message type
Definition at line 3048 of file oxubase.php.
oxUBase.getNewsRealStatus | ( | ) |
Template variable getter. Returns if newsletter is realy active (for user.tpl)
Definition at line 2524 of file oxubase.php.
oxUBase.getPageNavigation | ( | ) |
Template variable getter. Returns page navigation
Reimplemented in Account_Order, Account_Recommlist, aList, Compare, GuestBook, News, Review, and Search.
Definition at line 2089 of file oxubase.php.
oxUBase.getPageNavigationLimitedBottom | ( | $ | iPositionCount = 11 |
) |
Template variable getter. Returns page navigation with default 11 positions
int | $iPositionCount - paging positions count ( 0 - unlimited ) |
Definition at line 2114 of file oxubase.php.
oxUBase.getPageNavigationLimitedTop | ( | $ | iPositionCount = 7 |
) |
Template variable getter. Returns page navigation with default 7 positions
int | $iPositionCount - paging positions count ( 0 - unlimited ) |
Definition at line 2101 of file oxubase.php.
oxUBase.getPaymentList | ( | ) |
Template variable getter. Returns payment id
Reimplemented in Payment.
Definition at line 1889 of file oxubase.php.
oxUBase.getProduct | ( | ) |
Empty active product getter
Reimplemented in oxwArticleBox, oxwArticleDetails, Details, MoreDetails, Pricealarm, and Suggest.
Definition at line 2550 of file oxubase.php.
oxUBase.getPromoCurrentList | ( | ) |
oxUBase.getPromoFinishedList | ( | ) |
return last finished promotion list
Definition at line 2805 of file oxubase.php.
oxUBase.getPromoFutureList | ( | ) |
oxUBase.getRecommSearch | ( | ) |
Template variable getter. Returns search string
Reimplemented in RecommList.
Definition at line 1880 of file oxubase.php.
oxUBase.getRootManufacturer | ( | ) |
Template variable getter. Returns root Manufacturer
Definition at line 2615 of file oxubase.php.
oxUBase.getRootVendor | ( | ) |
Template variable getter. Returns root vendor
Definition at line 2593 of file oxubase.php.
oxUBase.getRssLinks | ( | ) |
oxUBase.getSavedSorting | ( | $ | sSortIdent | ) |
Returns sorting variable from session
string | $sSortIdent sorting indent |
Definition at line 967 of file oxubase.php.
oxUBase.getSearchCatId | ( | ) |
Template variable getter. Returns searched category id
Reimplemented in Search.
Definition at line 3011 of file oxubase.php.
oxUBase.getSearchCatTree | ( | ) |
Template variable getter. Returns category tree for search
Definition at line 2659 of file oxubase.php.
oxUBase.getSearchManufacturer | ( | ) |
Template variable getter. Returns searched Manufacturer id
Reimplemented in Search.
Definition at line 3029 of file oxubase.php.
oxUBase.getSearchParamForHtml | ( | ) |
Template variable getter. Returns search parameter for Html So far this method is implemented in search (search.php) view.
Reimplemented in Account, Details, and Search.
Definition at line 1688 of file oxubase.php.
oxUBase.getSearchVendor | ( | ) |
Template variable getter. Returns searched vendor id
Reimplemented in Search.
Definition at line 3020 of file oxubase.php.
oxUBase.getShowPromotionList | ( | ) |
oxUBase.getSimilarProducts | ( | ) |
Template variable getter. Returns similar article list
Reimplemented in oxwArticleDetails, Account_Noticelist, Details, and Suggest.
Definition at line 1933 of file oxubase.php.
oxUBase.getSimilarRecommListIds | ( | ) |
Return array of id to form recommend list. Should be overridden if need.
Reimplemented in oxwArticleDetails, Account_Noticelist, Account_Wishlist, aList, Basket, Compare, Details, and Search.
Definition at line 1678 of file oxubase.php.
oxUBase.getSortColumns | ( | ) |
Template variable getter. Returns sorting columns
Reimplemented in GuestBook.
Definition at line 1845 of file oxubase.php.
oxUBase.getSortIdent | ( | ) |
Returns page sort indentificator. It is used as intentificator in session variable aSorting[ident]
Reimplemented in GuestBook.
Definition at line 920 of file oxubase.php.
oxUBase.getSorting | ( | $ | sSortIdent | ) |
Returns sorting config for current item
string | $sSortIdent sortable item id |
Reimplemented in aList, ManufacturerList, Search, Tag, and VendorList.
Definition at line 1505 of file oxubase.php.
oxUBase.getSortingSql | ( | $ | sIdent | ) |
Returns part of SQL query with sorting params
string | $sIdent sortable item id |
Definition at line 1530 of file oxubase.php.
oxUBase.getSortOrderByParameterName | ( | ) |
Returns sorted column parameter name
Reimplemented in GuestBook.
Definition at line 899 of file oxubase.php.
oxUBase.getSortOrderParameterName | ( | ) |
Returns sorted column direction parameter name
Reimplemented in GuestBook.
Definition at line 909 of file oxubase.php.
oxUBase.getTitle | ( | ) |
Returns current view title. Default is search for translation of PAGE_TITLE_{view_class_name}
Reimplemented in aList, Content, Details, ManufacturerList, Tag, and VendorList.
Definition at line 1960 of file oxubase.php.
oxUBase.getTitlePageSuffix | ( | ) |
Returns title page suffix used in template in lists
Reimplemented in aList, and Tags.
Definition at line 1553 of file oxubase.php.
oxUBase.getTitlePrefix | ( | ) |
oxUBase.getTitleSuffix | ( | ) |
Returns title suffix used in template
Reimplemented in aList, ManufacturerList, Start, Tags, and VendorList.
Definition at line 1543 of file oxubase.php.
oxUBase.getTop5ArticleList | ( | $ | iCount = null |
) |
Template variable getter. Returns Top 5 article list. Parameter oxubase.$_blTop5Action must be set to true.
integer | $iCount - product count in list |
Definition at line 2444 of file oxubase.php.
oxUBase.getTopNavigationCatCnt | ( | ) |
Returns item count in top navigation of categories
Definition at line 861 of file oxubase.php.
oxUBase.getUserSelectedSorting | ( | ) |
Returns default category sorting for selected category
Definition at line 940 of file oxubase.php.
oxUBase.getVendorId | ( | ) |
Template variable getter. Returns vendor id
Definition at line 2625 of file oxubase.php.
oxUBase.getViewId | ( | ) |
oxUBase.getViewProduct | ( | ) |
Returns current view product object (if it is loaded)
Definition at line 2229 of file oxubase.php.
oxUBase.getViewProductList | ( | ) |
oxUBase.getWidgetLink | ( | ) |
oxUBase.getWishlistName | ( | ) |
Template variable getter. Returns user name of searched wishlist
Definition at line 3147 of file oxubase.php.
oxUBase.getWishlistUserId | ( | ) |
Template variable getter. Returns user id from wishlist
Definition at line 3001 of file oxubase.php.
oxUBase.init | ( | ) |
oxUBase.isActive | ( | $ | sName | ) |
Checks if feature is enabled
string | $sName feature name |
Definition at line 3060 of file oxubase.php.
oxUBase.isEnabledDownloadableFiles | ( | ) |
Checks if downloadable files are turned on
Definition at line 3086 of file oxubase.php.
oxUBase.isEnabledPrivateSales | ( | ) |
oxUBase.isFbWidgetVisible | ( | ) |
Returns TRUE if facebook widgets are on
Definition at line 3070 of file oxubase.php.
oxUBase.isFieldRequired | ( | $ | sField | ) |
Returns if field is required.
string | $sField required field to check |
Reimplemented in Register.
Definition at line 2750 of file oxubase.php.
oxUBase.isLanguageLoaded | ( | ) |
oxUBase.isLowOrderPrice | ( | ) |
Template variable getter. Returns if order price is lower than minimum order price setup (config param "iMinOrderPrice")
Definition at line 2494 of file oxubase.php.
oxUBase.isPriceCalculated | ( | ) |
Returns true if price calculation is activated
Definition at line 3127 of file oxubase.php.
oxUBase.isRootCatChanged | ( | ) |
Template variable getter. Returns true if active root category was changed
Definition at line 2915 of file oxubase.php.
oxUBase.isSortingActive | ( | ) |
Returns if sorting is active and can be displayed
Definition at line 1255 of file oxubase.php.
oxUBase.isVatIncluded | ( | ) |
Returns true if articles shown in shop with VAT. Checks users VAT and options.
Reimplemented in oxwArticleBox.
Definition at line 3107 of file oxubase.php.
oxUBase.loadCurrency | ( | ) |
oxUBase.noIndex | ( | ) |
Marks that current view is marked as noindex, nofollow and article details links must contain nofollow tags
Reimplemented in Details.
Definition at line 1231 of file oxubase.php.
oxUBase.prepareSortColumns | ( | ) |
Retrieves from session or gets new sorting parameters for search and category lists. Sets new sorting parameters (reverse or new column sort) to session.
Session variables: listorderby, listorder
Reimplemented in GuestBook.
Definition at line 1013 of file oxubase.php.
oxUBase.render | ( | ) |
While ordering disables navigation controls if oxConfig.blDisableNavBars is on and executes parent.render()
Reimplemented from oxView.
Reimplemented in oxwArticleBox, oxwCategoryTree, oxwCookieNote, oxwRating, oxwReview, Account, Account_Newsletter, Account_Noticelist, Account_Order, Account_Password, Account_Recommlist, Account_User, Account_Wishlist, aList, Basket, ClearCookies, Content, Details, Download, GuestBook, Invite, ManufacturerList, order, oxStart, Payment, RecommAdd, RecommList, Register, Review, Rss, Search, Start, Tag, Tags, Thankyou, Tpl, User, and VendorList.
Definition at line 2205 of file oxubase.php.
oxUBase.setActCurrency | ( | $ | oCur | ) |
Active currency setter
object | $oCur corrency object |
Definition at line 1196 of file oxubase.php.
oxUBase.setActiveCategory | ( | $ | oCategory | ) |
Active category setter
oxCategory | $oCategory active category |
Definition at line 712 of file oxubase.php.
oxUBase.setActManufacturer | ( | $ | oManufacturer | ) |
Active Manufacturer setter
oxManufacturer | $oManufacturer active Manufacturer |
Definition at line 2363 of file oxubase.php.
oxUBase.setActVendor | ( | $ | oVendor | ) |
Active vendor setter
oxVendor | $oVendor active vendor |
Definition at line 2351 of file oxubase.php.
oxUBase.setCategoryTree | ( | $ | oCatTree | ) |
Category list setter
oxCategoryList | $oCatTree category tree |
Definition at line 2400 of file oxubase.php.
oxUBase.setComponents | ( | $ | aComponents = null |
) |
Set array of component objects
array | $aComponents array of components objects |
Definition at line 654 of file oxubase.php.
oxUBase.setDeliveryAddress | ( | $ | aDeliveryAddress | ) |
Template variable getter. Returns user delivery address
array | $aDeliveryAddress delivery address |
Definition at line 2960 of file oxubase.php.
oxUBase.setInvoiceAddress | ( | $ | aAddress | ) |
Template variable setter. Sets user address
array | $aAddress user address |
Definition at line 2972 of file oxubase.php.
oxUBase.setIsOrderStep | ( | $ | blIsOrderStep = null |
) |
Set flag if current view is an order view
bool | $blIsOrderStep flag if current view is an order view |
Definition at line 689 of file oxubase.php.
oxUBase.setItemSorting | ( | $ | sSortIdent, | |
$ | sSortBy, | |||
$ | sSortDir = null | |||
) |
Sets sorting item config
string | $sSortIdent sortable item id | |
string | $sSortBy sort field | |
string | $sSortDir sort direction (optional) |
Reimplemented in ManufacturerList, Search, Tag, and VendorList.
Definition at line 1489 of file oxubase.php.
oxUBase.setListOrderBy | ( | $ | sColumn | ) |
Set sorting column name
string | $sColumn - column name |
Definition at line 982 of file oxubase.php.
oxUBase.setListOrderDirection | ( | $ | sDirection | ) |
Set sorting directions
string | $sDirection - direction desc / asc |
Definition at line 994 of file oxubase.php.
oxUBase.setListType | ( | $ | sType | ) |
List type setter
string | $sType type of list |
Definition at line 792 of file oxubase.php.
oxUBase.setManufacturerlist | ( | $ | aList | ) |
Sets Manufacturerlist for search
array | $aList manufacturer list |
Definition at line 2571 of file oxubase.php.
oxUBase.setManufacturerTree | ( | $ | oManufacturerTree | ) |
Manufacturer tree setter
oxManufacturerlist | $oManufacturerTree Manufacturer tree |
Definition at line 2422 of file oxubase.php.
oxUBase.setMenueList | ( | $ | aMenue | ) |
Header menue list setter
array | $aMenue menu list |
Definition at line 1277 of file oxubase.php.
oxUBase.setMetaDescription | ( | $ | sDescription | ) |
Sets the view parameter "meta_description"
string | $sDescription prepared string for description |
Definition at line 1079 of file oxubase.php.
oxUBase.setMetaKeywords | ( | $ | sKeywords | ) |
Sets the view parameter 'meta_keywords'
string | $sKeywords prepared string for meta keywords |
Definition at line 1091 of file oxubase.php.
oxUBase.setRootCatChanged | ( | $ | blRootCatChanged | ) |
Sets if active root category was changed
bool | $blRootCatChanged root category changed |
Definition at line 2905 of file oxubase.php.
oxUBase.setRootManufacturer | ( | $ | oManufacturer | ) |
Sets root Manufacturer
object | $oManufacturer manufacturer object |
Definition at line 2605 of file oxubase.php.
oxUBase.setRootVendor | ( | $ | oVendor | ) |
Sets root vendor
object | $oVendor vendor object |
Definition at line 2583 of file oxubase.php.
oxUBase.setSearchCatTree | ( | $ | aTree | ) |
Sets category tree for search
array | $aTree category tree |
Definition at line 2673 of file oxubase.php.
oxUBase.setSortColumns | ( | $ | aSortColumns | ) |
Set sorting columns
array | $aSortColumns array of column names array('name1', 'name2',...) |
Definition at line 1861 of file oxubase.php.
oxUBase.setViewProduct | ( | $ | oProduct | ) |
Sets view product
oxarticle | $oProduct view product object |
Definition at line 2241 of file oxubase.php.
oxUBase.showCategoryArticlesCount | ( | ) |
Returns true if empty categories are not loaded
Definition at line 835 of file oxubase.php.
oxUBase.showRememberMe | ( | ) |
oxUBase.showSearch | ( | ) |
oxUBase.showSorting | ( | ) |
Template variable getter. Returns true if sorting is on
Definition at line 642 of file oxubase.php.
oxUBase.showTags | ( | ) |
oxUBase.$_aArticleList = null [protected] |
Definition at line 310 of file oxubase.php.
oxUBase.$_aBargainArticleList = null [protected] |
Definition at line 334 of file oxubase.php.
oxUBase.$_aBlockRedirectParams = array( 'fnc', 'stoken', 'force_sid', 'force_admin_sid' ) [protected] |
oxUBase.$_aCollectedComponentNames = null [static, protected] |
Definition at line 478 of file oxubase.php.
oxUBase.$_aComponentNames [protected] |
array( 'oxcmp_user' => 1, 'oxcmp_lang' => 0, 'oxcmp_cur' => 1, 'oxcmp_shop' => 1, 'oxcmp_categories' => 0, 'oxcmp_utils' => 1, 'oxcmp_news' => 0, 'oxcmp_basket' => 1 )
Reimplemented in oxwArticleBox, oxwArticleDetails, oxwCategoryTree, oxwCurrencyList, oxWidget, oxwLanguageList, oxwManufacturerList, oxwMiniBasket, oxwRating, oxwRecommendation, oxwReview, and oxwServiceMenu.
Definition at line 275 of file oxubase.php.
oxUBase.$_aContents = array() [protected] |
Definition at line 422 of file oxubase.php.
oxUBase.$_aDeliveryAddress = null [protected] |
Definition at line 465 of file oxubase.php.
oxUBase.$_aInvoiceAddress = null [protected] |
Definition at line 459 of file oxubase.php.
oxUBase.$_aListDisplayTypes = array( 'grid', 'line', 'infogrid' ) [protected] |
Definition at line 57 of file oxubase.php.
oxUBase.$_aManufacturerlist = null [protected] |
Definition at line 377 of file oxubase.php.
oxUBase.$_aMenueList = null [protected] |
Definition at line 268 of file oxubase.php.
oxUBase.$_aMustFillFields = null [protected] |
Definition at line 441 of file oxubase.php.
oxUBase.$_aRssLinks = null [protected] |
Definition at line 147 of file oxubase.php.
oxUBase.$_aSearchCatTree = null [protected] |
Definition at line 398 of file oxubase.php.
oxUBase.$_aSortColumns = null [protected] |
Reimplemented in GuestBook.
Definition at line 494 of file oxubase.php.
oxUBase.$_aTop5ArticleList = null [protected] |
Definition at line 328 of file oxubase.php.
oxUBase.$_aUserComponentNames = array() [protected] |
Definition at line 291 of file oxubase.php.
oxUBase.$_blActiveSorting = null [protected] |
Definition at line 262 of file oxubase.php.
oxUBase.$_blBargainAction = false [protected] |
oxUBase.$_blCommonAdded = false [protected] |
Definition at line 211 of file oxubase.php.
oxUBase.$_blDontShowEmptyCats = null [protected] |
Definition at line 129 of file oxubase.php.
oxUBase.$_blEnabledPrivateSales = null [protected] |
Definition at line 203 of file oxubase.php.
oxUBase.$_blFbWidgetsOn = null [protected] |
Definition at line 23 of file oxubase.php.
oxUBase.$_blForceNoIndex = false [protected] |
Definition at line 227 of file oxubase.php.
oxUBase.$_blIsOrderStep = false [protected] |
oxUBase.$_blLoadComponents = true [protected] |
Reimplemented in oxWidget.
Definition at line 486 of file oxubase.php.
oxUBase.$_blLoadCurrency = null [protected] |
Definition at line 117 of file oxubase.php.
oxUBase.$_blLoadLanguage = null [protected] |
Definition at line 135 of file oxubase.php.
oxUBase.$_blLoadManufacturerTree = null [protected] |
Definition at line 123 of file oxubase.php.
oxUBase.$_blLowOrderPrice = null [protected] |
Definition at line 340 of file oxubase.php.
oxUBase.$_blNewsSubscribed = null [protected] |
Definition at line 404 of file oxubase.php.
oxUBase.$_blRootCatChanged = false [protected] |
Definition at line 453 of file oxubase.php.
oxUBase.$_blShowSorting = false [protected] |
Reimplemented in oxwArticleDetails, aList, Details, GuestBook, ManufacturerList, Search, Tag, and VendorList.
Definition at line 111 of file oxubase.php.
oxUBase.$_blShowTagCloud = true [protected] |
Reimplemented in Account, aList, and Compare.
Definition at line 447 of file oxubase.php.
oxUBase.$_blTop5Action = false [protected] |
Reimplemented in Start.
Definition at line 428 of file oxubase.php.
oxUBase.$_iActPage = null [protected] |
Definition at line 304 of file oxubase.php.
oxUBase.$_iCompItemsCnt = null [protected] |
Reimplemented in Compare.
Definition at line 233 of file oxubase.php.
oxUBase.$_iNewsRealStatus = null [protected] |
Definition at line 352 of file oxubase.php.
oxUBase.$_iTopCatNavItmCnt = null [protected] |
Definition at line 141 of file oxubase.php.
oxUBase.$_iViewIndexState = VIEW_INDEXSTATE_INDEX [protected] |
Current view search engine indexing state: VIEW_INDEXSTATE_INDEX - index without limitations VIEW_INDEXSTATE_NOINDEXNOFOLLOW - no index / no follow VIEW_INDEXSTATE_NOINDEXFOLLOW - no index / follow
Reimplemented in Account, Account_Downloads, Account_Noticelist, Account_Wishlist, Basket, Contact, ForgotPwd, GuestBook, ManufacturerList, MoreDetails, Newsletter, Register, Review, Search, Tag, and VendorList.
Definition at line 219 of file oxubase.php.
oxUBase.$_oaComponents = array() [protected] |
Definition at line 36 of file oxubase.php.
oxUBase.$_oActCategory = null [protected] |
Definition at line 78 of file oxubase.php.
oxUBase.$_oActCurrency = null [protected] |
Definition at line 197 of file oxubase.php.
oxUBase.$_oActiveRecommList = null [protected] |
Reimplemented in Review.
Definition at line 98 of file oxubase.php.
oxUBase.$_oActManufacturer = null [protected] |
Definition at line 85 of file oxubase.php.
oxUBase.$_oActSearch = null [protected] |
Definition at line 105 of file oxubase.php.
oxUBase.$_oActVendor = null [protected] |
Definition at line 92 of file oxubase.php.
oxUBase.$_oCategoryTree = null [protected] |
Definition at line 322 of file oxubase.php.
oxUBase.$_oContent = null [protected] |
Default content
Reimplemented in Content.
Definition at line 247 of file oxubase.php.
oxUBase.$_oDelAddress = null [protected] |
Reimplemented in order.
Definition at line 410 of file oxubase.php.
oxUBase.$_oManufacturerTree = null [protected] |
Definition at line 316 of file oxubase.php.
oxUBase.$_oProduct = null [protected] |
Definition at line 298 of file oxubase.php.
oxUBase.$_oRootManufacturer = null [protected] |
Definition at line 383 of file oxubase.php.
oxUBase.$_oRootVendor = null [protected] |
Definition at line 365 of file oxubase.php.
oxUBase.$_sActiveUsername = null [protected] |
Definition at line 471 of file oxubase.php.
oxUBase.$_sAdditionalParams = null [protected] |
Definition at line 191 of file oxubase.php.
oxUBase.$_sCatTreePath = null [protected] |
Definition at line 416 of file oxubase.php.
oxUBase.$_sContentId = null [protected] |
Default content id
Reimplemented in Content, and Credits.
Definition at line 240 of file oxubase.php.
oxUBase.$_sCustomListDisplayType = null [protected] |
Definition at line 71 of file oxubase.php.
oxUBase.$_sListDisplayType = null [protected] |
Reimplemented in Start.
Definition at line 64 of file oxubase.php.
oxUBase.$_sListOrderBy = null [protected] |
Reimplemented in GuestBook.
Definition at line 153 of file oxubase.php.
oxUBase.$_sListOrderDir = null [protected] |
Reimplemented in GuestBook.
Definition at line 159 of file oxubase.php.
oxUBase.$_sListType = null [protected] |
Reimplemented in Account, ManufacturerList, RecommList, Search, Tag, and VendorList.
Definition at line 50 of file oxubase.php.
oxUBase.$_sManufacturerId = null [protected] |
Definition at line 389 of file oxubase.php.
oxUBase.$_sMetaDescription = null [protected] |
Definition at line 165 of file oxubase.php.
oxUBase.$_sMetaDescriptionIdent = null [protected] |
Reimplemented in Account, and Start.
Definition at line 178 of file oxubase.php.
oxUBase.$_sMetaKeywords = null [protected] |
Definition at line 171 of file oxubase.php.
oxUBase.$_sMetaKeywordsIdent = null [protected] |
Reimplemented in Account, and Start.
Definition at line 185 of file oxubase.php.
oxUBase.$_sMinOrderPrice = null [protected] |
Definition at line 346 of file oxubase.php.
oxUBase.$_sRemoveMetaChars = '.\+*?[^]$(){}=!<>|:&' [protected] |
Definition at line 29 of file oxubase.php.
oxUBase.$_sVendorId = null [protected] |
Definition at line 371 of file oxubase.php.
oxUBase.$_sViewResetID = null [protected] |
Definition at line 254 of file oxubase.php.