Inheritance diagram for Content:
Collaboration diagram for Content:Public Member Functions | |
| getViewId () | |
| render () | |
| getContentCategory () | |
| showPlainTemplate () | |
| getContentId () | |
| getContent () | |
Protected Member Functions | |
| _prepareMetaDescription ($sMeta, $iLength=200, $blDescTag=false) | |
| _prepareMetaKeyword ($sKeywords, $blRemoveDuplicatedWords=true) | |
| _getSeoObjectId () | |
| _getSubject ($iLang) | |
| _getTplName () | |
Protected Attributes | |
| $_sContentId = null | |
| $_oContent = null | |
| $_sThisTemplate = 'content.tpl' | |
| $_sThisPlainTemplate = 'content_plain.tpl' | |
| $_oContentCat = null | |
CMS - loads pages and displays it
Definition at line 6 of file content.php.
| Content._getSeoObjectId | ( | ) | [protected] |
Returns active content id to load its seo meta info
Reimplemented from oxUBase.
Definition at line 152 of file content.php.
| Content._getSubject | ( | $ | iLang | ) | [protected] |
returns object, assosiated with current view. (the object that is shown in frontend)
| int | $iLang language id |
Reimplemented from oxUBase.
Definition at line 219 of file content.php.
| Content._getTplName | ( | ) | [protected] |
| Content._prepareMetaDescription | ( | $ | sMeta, | |
| $ | iLength = 200, |
|||
| $ | blDescTag = false | |||
| ) | [protected] |
Returns current view meta data If $sMeta parameter comes empty, sets to it current content title
| 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.
Definition at line 95 of file content.php.
| Content._prepareMetaKeyword | ( | $ | sKeywords, | |
| $ | blRemoveDuplicatedWords = true | |||
| ) | [protected] |
Returns current view keywords seperated by comma If $sKeywords parameter comes empty, sets to it current content title
| string | $sKeywords data to use as keywords | |
| bool | $blRemoveDuplicatedWords remove dublicated words |
Reimplemented from oxUBase.
Definition at line 112 of file content.php.
| Content.getContent | ( | ) |
Template variable getter. Returns active content
Reimplemented from oxUBase.
Definition at line 200 of file content.php.
| Content.getContentCategory | ( | ) |
If current content is assigned to category returns its object
Reimplemented from oxUBase.
Definition at line 125 of file content.php.
| Content.getContentId | ( | ) |
Template variable getter. Returns active content id. If no content id specified, uses "impressum" content id
Reimplemented from oxUBase.
Definition at line 163 of file content.php.
| Content.getViewId | ( | ) |
Returns prefix ID used by template engine.
Reimplemented from oxUBase.
Definition at line 43 of file content.php.
| Content.render | ( | ) |
Executes parent.render(), passes template variables to template engine and generates content. Returns the name of template to render content._sThisTemplate
Template variables: oxcid, oContent
Reimplemented from oxUBase.
Definition at line 61 of file content.php.
| Content.showPlainTemplate | ( | ) |
Returns true if user forces to display plain template
Definition at line 142 of file content.php.
Content.$_oContent = null [protected] |
Default content
Reimplemented from oxUBase.
Definition at line 18 of file content.php.
Content.$_oContentCat = null [protected] |
Definition at line 36 of file content.php.
Content.$_sContentId = null [protected] |
Default content id
Reimplemented from oxUBase.
Definition at line 12 of file content.php.
Content.$_sThisPlainTemplate = 'content_plain.tpl' [protected] |
Definition at line 30 of file content.php.
Content.$_sThisTemplate = 'content.tpl' [protected] |
Reimplemented from oxView.
Definition at line 24 of file content.php.
1.7.1