Start Class Reference
List of all members.
Detailed Description
Starting shop page.
Shop starter, manages starting visible articles, etc.
Definition at line 7 of file start.php.
Member Function Documentation
Unsets SEO category and call parent.init();
- Returns:
- null
Reimplemented from oxUBase.
Definition at line 83 of file start.php.
Executes parent.render(), loads action articles (oxarticlelist.loadAktionArticles()). Returns name of template file to render.
Template variables: articlelist, firstarticle, toparticlelist, articlebargainlist
- Returns:
- string cuurent template file name
Reimplemented from oxUBase.
Definition at line 104 of file start.php.
Start.setMetaDescription |
( |
$ |
sInput, |
|
|
$ |
iLength = 1024 , |
|
|
$ |
blDescTag = false | |
|
) |
| | |
Sets the view parameter "meta_description". First tries to fetch data from content by ident (start._sMetaContentIdent) and if data is not found - prepares keywords from given input params
- Parameters:
-
| mixed | $sInput meta description |
| int | $iLength max length of result, -1 for no truncation |
| bool | $blDescTag if true - performs additional dublicate cleaning |
- Returns:
- null
Reimplemented from oxView.
Definition at line 185 of file start.php.
Start.setMetaKeywords |
( |
$ |
sInput |
) |
|
Sets the view parameter 'meta_keywords'. First tries to fetch data from content by ident (start._sMetaContentIdent) and if data is not found - prepares keywords from given input params
- Parameters:
-
- Returns:
- null
Reimplemented from oxView.
Definition at line 204 of file start.php.
Start._getLoadActionsParam |
( |
|
) |
|
Template variable getter. Returns if actions are ON
- Returns:
- string
Definition at line 219 of file start.php.
Template variable getter. Returns start page articles (OXSTART)
- Returns:
- array
Definition at line 235 of file start.php.
Start.getTopArticleList |
( |
|
) |
|
Template variable getter. Returns Top article list (OXTOPSTART)
- Returns:
- array
Definition at line 256 of file start.php.
Start.getNewestArticles |
( |
|
) |
|
Template variable getter. Returns newest article list
- Returns:
- array
Definition at line 277 of file start.php.
Start.getFirstArticle |
( |
|
) |
|
Template variable getter. Returns first article
- Returns:
- object
Definition at line 298 of file start.php.
Start.getCatOfferArticle |
( |
|
) |
|
Template variable getter. Returns category offer article (OXCATOFFER)
- Returns:
- object
Definition at line 319 of file start.php.
Start.getCatOfferArticleList |
( |
|
) |
|
Template variable getter. Returns category offer article list (OXCATOFFER)
- Returns:
- array
Definition at line 335 of file start.php.
Template variable getter. Returns tag cloud
- Returns:
- array
Definition at line 356 of file start.php.
Start.isMoreTagsVisible |
( |
|
) |
|
Template variable getter. Returns true
- Returns:
- bool
Reimplemented from oxView.
Definition at line 371 of file start.php.
Returns SEO suffix for page title
- Returns:
- string
Reimplemented from oxView.
Definition at line 381 of file start.php.
Member Data Documentation
Start.$_sThisTemplate = 'start.tpl' [protected] |
Start.$_sMetaDescriptionIdent = 'oxstartmetadescription' [protected] |
Start.$_sMetaKeywordsIdent = 'oxstartmetakeywords' [protected] |
Start.$_blLoadActions = null [protected] |
Start.$_aTopArticleList = null [protected] |
Start.$_aNewArticleList = null [protected] |
Start.$_oFirstArticle = null [protected] |
Start.$_oCatOfferArticle = null [protected] |
Start.$_oCatOfferArtList = null [protected] |
Start.$_sTagCloud = null [protected] |
The documentation for this class was generated from the following file: