|
OXID eShop CE
4.10.2
|
Inheritance diagram for ManufacturerList:
Collaboration diagram for ManufacturerList:Protected Member Functions | |
| _getProductLinkType () | |
| _loadArticles ($oManufacturer) | |
| _getSeoObjectId () | |
| _addPageNrParam ($sUrl, $iPage, $iLang=null) | |
| _prepareMetaKeyword ($aCatPath, $blRemoveDuplicatedWords=true) | |
| _prepareMetaDescription ($aCatPath, $iLength=1024, $blDescTag=false) | |
| _getSubject ($iLang) | |
Protected Member Functions inherited from aList | |
| _checkRequestedPage () | |
| _processListArticles () | |
| _getRequestPageNr () | |
| _getListDisplayType () | |
| _getCatPathString () | |
| _collectMetaDescription ($sMeta, $iLength=1024, $blDescTag=false) | |
| _collectMetaKeyword ($sKeywords) | |
| _isActCategory () | |
Protected Member Functions inherited from oxUBase | |
| _getComponentNames () | |
| _processRequest () | |
| _getMetaFromSeo ($sDataType) | |
| _getMetaFromContent ($sMetaIdent) | |
| _forceNoIndex () | |
| _setNrOfArtPerPage () | |
| _removeDuplicatedWords ($aInput, $aSkipTags=array()) | |
| _getRequestParams ($blAddPageNr=true) | |
| _getSeoRequestParams () | |
| _canRedirect () | |
Protected Member Functions inherited from oxView | |
| _executeNewAction ($sNewAction) | |
Additional Inherited Members | |
Static Protected Attributes inherited from oxUBase | |
| static | $_aCollectedComponentNames = null |
List of articles for a selected Manufacturer. Collects list of articles, according to it generates links for list gallery, metatags (for search engines). Result - "manufacturerlist.tpl" template. OXID eShop -> (Any selected shop product category).
Definition at line 9 of file manufacturerlist.php.
|
protected |
Modifies url by adding page parameters. When seo is on, url is additionally formatted by SEO engine
| string | $sUrl | current url |
| int | $iPage | page number |
| int | $iLang | active language id |
Reimplemented from aList.
Definition at line 173 of file manufacturerlist.php.
|
protected |
Returns product link type (OXARTICLE_LINKTYPE_MANUFACTURER)
Reimplemented from aList.
Definition at line 115 of file manufacturerlist.php.
|
protected |
Returns active product id to load its seo meta info
Reimplemented from aList.
Definition at line 153 of file manufacturerlist.php.
|
protected |
returns object, assosiated with current view. (the object that is shown in frontend)
| int | $iLang | language id |
Reimplemented from aList.
Definition at line 383 of file manufacturerlist.php.
|
protected |
Loads and returns article list of active Manufacturer.
| oxManufacturer | $oManufacturer | Manufacturer object |
Reimplemented from aList.
Definition at line 127 of file manufacturerlist.php.
|
protected |
Meta tags - description and keywords - generator for search engines. Uses string passed by parameters, cleans HTML tags, string duplicates, special chars. Also removes strings defined in $myConfig->aSkipTags (Admin area).
| mixed | $aCatPath | category path |
| int | $iLength | max length of result, -1 for no truncation |
| bool | $blDescTag | if true - performs additional dublicate cleaning |
Reimplemented from aList.
Definition at line 370 of file manufacturerlist.php.
|
protected |
Calls and returns result of parent:: _collectMetaKeyword();
| mixed | $aCatPath | category path |
| bool | $blRemoveDuplicatedWords | remove dublicated words |
Reimplemented from aList.
Definition at line 353 of file manufacturerlist.php.
| ManufacturerList::generatePageNavigationUrl | ( | ) |
Returns current view Url
Reimplemented from aList.
Definition at line 192 of file manufacturerlist.php.
| ManufacturerList::getActiveCategory | ( | ) |
Template variable getter. Returns active Manufacturer
Reimplemented from aList.
Definition at line 299 of file manufacturerlist.php.
| ManufacturerList::getAddUrlParams | ( | ) |
Returns additional URL parameters which must be added to list products dynamic urls
Reimplemented from aList.
Definition at line 393 of file manufacturerlist.php.
| ManufacturerList::getArticleList | ( | ) |
Template variable getter. Returns active object's reviews
Reimplemented from aList.
Definition at line 242 of file manufacturerlist.php.
| ManufacturerList::getAttributes | ( | ) |
Template variable getter. Returns array of attribute values we do have here in this category
Reimplemented from aList.
Definition at line 434 of file manufacturerlist.php.
| ManufacturerList::getBreadCrumb | ( | ) |
Returns Bread Crumb - you are here page1/page2/page3...
Reimplemented from aList.
Definition at line 409 of file manufacturerlist.php.
| ManufacturerList::getCatTreePath | ( | ) |
Template variable getter. Returns template location
Reimplemented from aList.
Definition at line 318 of file manufacturerlist.php.
| ManufacturerList::getSubCatList | ( | ) |
Template variable getter. Returns active object's reviews
Reimplemented from aList.
Definition at line 228 of file manufacturerlist.php.
| ManufacturerList::getTitle | ( | ) |
Template variable getter. Returns template location
Reimplemented from aList.
Definition at line 265 of file manufacturerlist.php.
| ManufacturerList::getTitleSuffix | ( | ) |
Returns title suffix used in template
Reimplemented from aList.
Definition at line 335 of file manufacturerlist.php.
| ManufacturerList::getTreePath | ( | ) |
Template variable getter. Returns category path array
Reimplemented from aList.
Definition at line 284 of file manufacturerlist.php.
| ManufacturerList::hasVisibleSubCats | ( | ) |
Template variable getter. Returns active object's reviews
Reimplemented from aList.
Definition at line 206 of file manufacturerlist.php.
| ManufacturerList::render | ( | ) |
Executes parent::render(), loads active Manufacturer, prepares article list sorting rules. Loads list of articles which belong to this Manufacturer 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.
Reimplemented from aList.
Definition at line 87 of file manufacturerlist.php.
|
protected |
Definition at line 68 of file manufacturerlist.php.
|
protected |
Definition at line 24 of file manufacturerlist.php.
|
protected |
Definition at line 75 of file manufacturerlist.php.
|
protected |
Definition at line 61 of file manufacturerlist.php.
|
protected |
Definition at line 40 of file manufacturerlist.php.
|
protected |
Definition at line 31 of file manufacturerlist.php.
|
protected |
Definition at line 54 of file manufacturerlist.php.
|
protected |
Definition at line 17 of file manufacturerlist.php.
|
protected |
Definition at line 47 of file manufacturerlist.php.