Definition at line 9 of file alist.php.
aList.getViewId | ( | ) |
aList.render | ( | ) |
Executes parent.render(), loads active category, prepares article list sorting rules. According to category type loads list of articles - regular (oxarticlelist.LoadCategoryArticles()) or price dependent (oxarticlelist.LoadPriceArticles()). Generates page navigation data such as previous/next window URL, number of available pages, generates metatags info (oxubase._convertForMetaTags()) and returns name of template to render.
Template variables: articlelist, filterattributes, pageNavigation, subcatlist, meta_keywords, meta_description
Reimplemented from oxUBase.
Reimplemented in ManufacturerList, Tag, and VendorList.
aList._processListArticles | ( | ) | [protected] |
Iterates through list articles and performs list view specific tasks:
Reimplemented from oxUBase.
aList.noIndex | ( | ) |
aList._getProductLinkType | ( | ) | [protected] |
Returns product link type:
Reimplemented in ManufacturerList, Tag, and VendorList.
aList.executefilter | ( | ) |
aList._loadArticles | ( | $ | oCategory | ) | [protected] |
Loads and returns article list of active category.
string | $oCategory category object |
Reimplemented in ManufacturerList, Tag, and VendorList.
aList._getSeoObjectId | ( | ) | [protected] |
Returns active product id to load its seo meta info
Reimplemented from oxUBase.
Reimplemented in ManufacturerList, Tag, and VendorList.
aList._getCatPathString | ( | ) | [protected] |
aList._prepareMetaDescription | ( | $ | sMeta, | |
$ | iLength = 1024 , |
|||
$ | blDescTag = false | |||
) | [protected] |
Returns current view meta description data
string | $sMeta category path | |
int | $iLength max length of result, -1 for no truncation | |
bool | $blDescTag if true - performs additional dublicate cleaning |
Reimplemented from oxUBase.
Reimplemented in ManufacturerList, Tag, and VendorList.
aList._collectMetaDescription | ( | $ | sMeta, | |
$ | iLength = 1024 , |
|||
$ | blDescTag = false | |||
) | [protected] |
Metatags - description and keywords - generator for search engines. Uses string passed by parameters, cleans HTML tags, string dublicates, special chars. Also removes strings defined in $myConfig->aSkipTags (Admin area).
string | $sMeta category path | |
int | $iLength max length of result, -1 for no truncation | |
bool | $blDescTag if true - performs additional dublicate cleaning |
aList._prepareMetaKeyword | ( | $ | sKeywords, | |
$ | blRemoveDuplicatedWords = true | |||
) | [protected] |
Returns current view keywords seperated by comma
string | $sKeywords data to use as keywords | |
bool | $blRemoveDuplicatedWords remove dublicated words |
Reimplemented from oxUBase.
Reimplemented in ManufacturerList, Tag, and VendorList.
aList._collectMetaKeyword | ( | $ | sKeywords | ) | [protected] |
aList.getTemplateName | ( | ) |
aList._addPageNrParam | ( | $ | sUrl, | |
$ | iPage, | |||
$ | iLang = null | |||
) | [protected] |
Adds page number parameter to current Url and returns formatted url
string | $sUrl url to append page numbers | |
int | $iPage current page number | |
int | $iLang requested language |
Reimplemented from oxUBase.
Reimplemented in ManufacturerList, Tag, and VendorList.
aList._isFixedUrl | ( | $ | oCategory | ) | [protected] |
aList._isActCategory | ( | ) | [protected] |
aList._getCategory | ( | ) | [protected] |
Template variable getter. Returns active category
aList.generatePageNavigationUrl | ( | ) |
Generates Url for page navigation
Reimplemented from oxUBase.
Reimplemented in ManufacturerList, Tag, and VendorList.
aList.getSorting | ( | $ | sCnid | ) |
Returns SQL sorting string with additional checking if category has its own sorting configuration
string | $sCnid sortable item id |
Reimplemented from oxUBase.
Reimplemented in ManufacturerList, Tag, and VendorList.
aList.getTitleSuffix | ( | ) |
Returns title suffix used in template
Reimplemented from oxUBase.
Reimplemented in ManufacturerList, and VendorList.
aList._getSubject | ( | $ | iLang | ) | [protected] |
aList.getAttributes | ( | ) |
aList.getArticleList | ( | ) |
Template variable getter. Returns category's article list
Reimplemented in ManufacturerList, Tag, and VendorList.
aList.getSimilarRecommLists | ( | ) |
aList.getCatTreePath | ( | ) |
Template variable getter. Returns category path
Reimplemented from oxUBase.
Reimplemented in ManufacturerList, and VendorList.
aList.getTemplateLocation | ( | ) |
Template variable getter. Returns category html path
Reimplemented in ManufacturerList, Tag, and VendorList.
aList.hasVisibleSubCats | ( | ) |
Template variable getter. Returns true if category has active subcategories.
Reimplemented in ManufacturerList, and VendorList.
aList.getSubCatList | ( | ) |
Template variable getter. Returns list of subategories.
Reimplemented in ManufacturerList, and VendorList.
aList.getPageNavigation | ( | ) |
aList.getTitle | ( | ) |
Template variable getter. Returns category title.
Reimplemented from oxUBase.
Reimplemented in ManufacturerList, Tag, and VendorList.
aList.getTop5ArticleList | ( | ) |
aList.getBargainArticleList | ( | ) |
aList.getActiveCategory | ( | ) |
Template variable getter. Returns active search
Reimplemented from oxUBase.
Reimplemented in ManufacturerList, Tag, and VendorList.
aList.$_sThisTemplate = 'list.tpl' [protected] |
aList.$_blShowSorting = true [protected] |
aList.$_oPageNavigation = null [protected] |
aList.$_oRecommList = null [protected] |
aList.$_sCatTitle = null [protected] |