List of all members.
Detailed Description
Tag filter for articles 
Definition at line 6 of file tag.php.
Member Function Documentation
      
        
          | Tag._addPageNrParam  | 
          ( | 
          $  | 
           sUrl,  | 
        
        
           | 
           | 
          $  | 
           iPage,  | 
        
        
           | 
           | 
          $  | 
           iLang = null |   | 
        
        
           | 
          ) | 
           |  |  [protected] | 
        
      
 
Adds page number parameter to current Url and returns formatted url
- Parameters:
 - 
  
     | string  | $sUrl url to append page numbers  | 
     | int  | $iPage current page number  | 
     | int  | $iLang requested language | 
  
   
- Returns:
 - string 
 
Reimplemented from aList.
Definition at line 201 of file tag.php.
 
 
      
        
          | Tag._getCatPathString  | 
          ( | 
           | 
           )  | 
           [protected] | 
        
      
 
Returns string for "we are here string"
- Returns:
 - string 
 
Reimplemented from aList.
Definition at line 138 of file tag.php.
 
 
      
        
          | Tag._getProductLinkType  | 
          ( | 
           | 
           )  | 
           [protected] | 
        
      
 
Returns product link type (OXARTICLE_LINKTYPE_TAG)
- Returns:
 - int 
 
Reimplemented from aList.
Definition at line 89 of file tag.php.
 
 
      
        
          | Tag._getSeoObjectId  | 
          ( | 
           | 
           )  | 
           [protected] | 
        
      
 
Returns active product id to load its seo meta info
- Returns:
 - string 
 
Reimplemented from aList.
Definition at line 148 of file tag.php.
 
 
      
        
          | Tag._loadArticles  | 
          ( | 
          $  | 
           oVendor | 
           )  | 
           [protected] | 
        
      
 
Loads and returns article list of active vendor.
- Parameters:
 - 
  
     | object  | $oVendor vendor object | 
  
   
- Returns:
 - array 
 
Reimplemented from aList.
Definition at line 116 of file tag.php.
 
 
      
        
          | Tag._prepareMetaDescription  | 
          ( | 
          $  | 
           sMeta,  | 
        
        
           | 
           | 
          $  | 
           iLength = 1024,  | 
        
        
           | 
           | 
          $  | 
           blDescTag = false |   | 
        
        
           | 
          ) | 
           |  |  [protected] | 
        
      
 
Returns current view meta description data (calls parent._collectMetaDescription())
- Parameters:
 - 
  
     | string  | $sMeta category path  | 
     | int  | $iLength max length of result, -1 for no truncation  | 
     | bool  | $blDescTag if true - performs additional dublicate cleaning | 
  
   
- Returns:
 - string $sString converted string 
 
Reimplemented from aList.
Definition at line 335 of file tag.php.
 
 
      
        
          | Tag._prepareMetaKeyword  | 
          ( | 
          $  | 
           sKeywords,  | 
        
        
           | 
           | 
          $  | 
           blRemoveDuplicatedWords = true |   | 
        
        
           | 
          ) | 
           |  |  [protected] | 
        
      
 
Returns current view keywords seperated by comma (calls parent._collectMetaKeyword())
- Parameters:
 - 
  
     | string  | $sKeywords data to use as keywords  | 
     | bool  | $blRemoveDuplicatedWords remove dublicated words | 
  
   
- Returns:
 - string 
 
Reimplemented from aList.
Definition at line 320 of file tag.php.
 
 
      
        
          | Tag.generatePageNavigationUrl  | 
          ( | 
           | 
           )  | 
           | 
        
      
 
Generates Url for page navigation
- Returns:
 - string 
 
Reimplemented from aList.
Definition at line 184 of file tag.php.
 
 
      
        
          | Tag.getActiveCategory  | 
          ( | 
           | 
           )  | 
           | 
        
      
 
Template variable getter. Returns active search
- Returns:
 - object 
 
Reimplemented from aList.
Definition at line 306 of file tag.php.
 
 
Returns additional URL parameters which must be added to list products dynamic urls
- Returns:
 - string 
 
Reimplemented from aList.
Definition at line 99 of file tag.php.
 
 
Template variable getter. Returns article list
- Returns:
 - array 
 
Reimplemented from aList.
Definition at line 219 of file tag.php.
 
 
Returns view canonical url
- Returns:
 - string 
 
Reimplemented from aList.
Definition at line 345 of file tag.php.
 
 
      
        
          | Tag.getSorting  | 
          ( | 
          $  | 
           sCnid | 
           )  | 
           | 
        
      
 
Returns search sorting config
- Parameters:
 - 
  
     | string  | $sCnid sortable item id | 
  
   
- Returns:
 - string 
 
Reimplemented from aList.
Definition at line 160 of file tag.php.
 
 
Template variable getter. Returns current tag
- Returns:
 - string 
 
Definition at line 234 of file tag.php.
 
 
      
        
          | Tag.getTemplateLocation  | 
          ( | 
           | 
           )  | 
           | 
        
      
 
Template variable getter. Returns template location
- Deprecated:
 - use tag.getTreePath() and adjust template
 
- Returns:
 - string 
 
Reimplemented from aList.
Definition at line 267 of file tag.php.
 
 
Template variable getter. Returns tag title
- Returns:
 - string 
 
Reimplemented from aList.
Definition at line 247 of file tag.php.
 
 
Template variable getter. Returns category path array
- Returns:
 - array 
 
Reimplemented from aList.
Definition at line 285 of file tag.php.
 
 
Executes parent.render(), loads article list according active tag
Template variables: articlelist, pageNavigation, subcatlist, meta_keywords, meta_description
- Returns:
 - string $this->_sThisTemplate current template file name 
 
Reimplemented from aList.
Definition at line 63 of file tag.php.
 
 
      
        
          | Tag.setItemSorting  | 
          ( | 
          $  | 
           sCnid,  | 
        
        
           | 
           | 
          $  | 
           sSortBy,  | 
        
        
           | 
           | 
          $  | 
           sSortOrder = null |   | 
        
        
           | 
          ) | 
           |  |  | 
        
      
 
Sets search sorting config
- Parameters:
 - 
  
     | string  | $sCnid sortable item id  | 
     | string  | $sSortBy sort field  | 
     | string  | $sSortOrder sort order | 
  
   
- Returns:
 - null 
 
Reimplemented from oxUBase.
Definition at line 174 of file tag.php.
 
 
Member Data Documentation
      
        
          Tag.$_blShowSorting = true [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 from oxUBase.
Definition at line 52 of file tag.php.
 
 
      
        
          Tag.$_oPageNavigation = null [protected] | 
        
      
 
 
      
        
          Tag.$_sListType = 'tag' [protected] | 
        
      
 
 
      
        
          Tag.$_sTagTitle [protected] | 
        
      
 
 
      
        
          Tag.$_sTemplateLocation [protected] | 
        
      
 
 
The documentation for this class was generated from the following file: