Definition at line 6 of file content.php.
Public Member Functions | |
| init () | |
| getViewId () | |
| render () | |
| getContentId () | |
| getContent () | |
Protected Member Functions | |
| _getSeoObjectId () | |
| getSubject () | |
Protected Attributes | |
| $_sContentId = null | |
| $_oContent = null | |
| $_sThisTemplate = 'content.tpl' | |
| Content.init | ( | ) |
Unsets SEO category and call parent.init();
Reimplemented from oxUBase.
Definition at line 31 of file content.php.
| Content.getViewId | ( | ) |
Returns prefix ID used by template engine.
Reimplemented from oxView.
Definition at line 46 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: tpl, oContent
Reimplemented from oxUBase.
Definition at line 64 of file content.php.
| Content._getSeoObjectId | ( | ) | [protected] |
Returns active content id to load its seo meta info
Reimplemented from oxView.
Definition at line 83 of file content.php.
| Content.getContentId | ( | ) |
Template variable getter. Returns active content id
Definition at line 93 of file content.php.
| Content.getContent | ( | ) |
Template variable getter. Returns active content
Definition at line 112 of file content.php.
| Content.getSubject | ( | ) | [protected] |
returns object, assosiated with current view. (the object that is shown in frontend)
Reimplemented from oxView.
Definition at line 129 of file content.php.
Content.$_sContentId = null [protected] |
Definition at line 12 of file content.php.
Content.$_oContent = null [protected] |
Definition at line 18 of file content.php.
Content.$_sThisTemplate = 'content.tpl' [protected] |
1.5.5