|
OXID eShop CE
4.10.2
|
Inheritance diagram for Content:
Collaboration diagram for Content:Protected Member Functions | |
| _canShowContent ($sContentIdent) | |
| _prepareMetaDescription ($sMeta, $iLength=200, $blDescTag=false) | |
| _prepareMetaKeyword ($sKeywords, $blRemoveDuplicatedWords=true) | |
| _getSeoObjectId () | |
| _getSubject ($iLang) | |
| _getTplName () | |
Protected Member Functions inherited from oxUBase | |
| _getComponentNames () | |
| _processRequest () | |
| _getMetaFromSeo ($sDataType) | |
| _getMetaFromContent ($sMetaIdent) | |
| _forceNoIndex () | |
| _setNrOfArtPerPage () | |
| _removeDuplicatedWords ($aInput, $aSkipTags=array()) | |
| _getRequestParams ($blAddPageNr=true) | |
| _getSeoRequestParams () | |
| _addPageNrParam ($sUrl, $iPage, $iLang=null) | |
| _canRedirect () | |
Protected Member Functions inherited from oxView | |
| _executeNewAction ($sNewAction) | |
Additional Inherited Members | |
Static Protected Attributes inherited from oxUBase | |
| static | $_aCollectedComponentNames = null |
CMS - loads pages and displays it
Definition at line 6 of file content.php.
|
protected |
Checks if content can be shown
| string | $sContentIdent | ident of content to display |
Definition at line 160 of file content.php.
|
protected |
Returns active content id to load its seo meta info
Reimplemented from oxUBase.
Reimplemented in Credits.
Definition at line 253 of file content.php.
|
protected |
returns object, assosiated with current view. (the object that is shown in frontend)
| int | $iLang | language id |
Reimplemented from oxUBase.
Definition at line 318 of file content.php.
|
protected |
|
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 182 of file content.php.
|
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 200 of file content.php.
| Content::getBreadCrumb | ( | ) |
Returns Bread Crumb - you are here page1/page2/page3...
Reimplemented from oxUBase.
Definition at line 353 of file content.php.
| Content::getBusinessEntityExtends | ( | ) |
| Content::getContent | ( | ) |
Template variable getter. Returns active content
Reimplemented in Credits.
Definition at line 298 of file content.php.
| Content::getContentCategory | ( | ) |
If current content is assigned to category returns its object
Reimplemented from oxUBase.
Definition at line 214 of file content.php.
| Content::getContentId | ( | ) |
Template variable getter. Returns active content id. If no content id specified, uses "impressum" content id
Definition at line 264 of file content.php.
| Content::getContentPageTpl | ( | ) |
Returns template name wich content page to specify: business entity data, payment charge specifications or delivery charge
Definition at line 398 of file content.php.
| Content::getDeliveryChargeSpecs | ( | ) |
Returns delivery methods with assigned deliverysets.
Definition at line 468 of file content.php.
| Content::getDeliveryList | ( | ) |
Template variable getter. Returns delivery list
Definition at line 489 of file content.php.
| Content::getNotMappedToRDFaDeliverySets | ( | ) |
Returns an object including all delivery sets which are not mapped to a predefined GoodRelations delivery method. This object is used for defining new instances of gr:DeliveryMethods at content pages.
Definition at line 455 of file content.php.
| Content::getNotMappedToRDFaPayments | ( | ) |
Returns an object including all payments which are not mapped to a predefined GoodRelations payment method. This object is used for defining new instances of gr:PaymentMethods at content pages.
Definition at line 440 of file content.php.
| Content::getParsedContent | ( | ) |
| Content::getRdfaPriceValidity | ( | ) |
| Content::getRdfaVAT | ( | ) |
| Content::getTitle | ( | ) |
Template variable getter. Returns tag title
Reimplemented from oxUBase.
Definition at line 372 of file content.php.
| Content::getViewId | ( | ) |
Returns prefix ID used by template engine.
Reimplemented from oxUBase.
Definition at line 105 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
Reimplemented from oxUBase.
Definition at line 121 of file content.php.
| Content::showPlainTemplate | ( | ) |
Returns true if user forces to display plain template or if private sales switched ON and user is not logged in
Definition at line 233 of file content.php.
| Content::showRdfa | ( | ) |
Returns if page has rdfa
Reimplemented from oxView.
Definition at line 387 of file content.php.
|
protected |
Definition at line 92 of file content.php.
|
protected |
Definition at line 49 of file content.php.
|
protected |
Definition at line 63 of file content.php.
|
protected |
Definition at line 21 of file content.php.
|
protected |
Definition at line 42 of file content.php.
|
protected |
Definition at line 70 of file content.php.
|
protected |
Definition at line 14 of file content.php.
|
protected |
Definition at line 56 of file content.php.
|
protected |
Definition at line 77 of file content.php.
|
protected |
Definition at line 84 of file content.php.
|
protected |
Definition at line 35 of file content.php.
|
protected |
Definition at line 28 of file content.php.