InfoPageContent

Implements \ContentAttributesInterface, \ContentHeadingAttributeInterface, \ContentTextAttributeInterface, \ContentDownloadFileAttributeInterface, \ContentMetaAttributesInterface, \ContentNameAttributeInterface

Class InfoPageContent

This class represents an info page content

category

System

package

Content

Methods

InfoPageContent constructor

__construct(\ContentPositionInterface $pagePosition, \ContentStatusInterface $status, \ContentTitleCollection $titles, \ContentHeadingCollection $headings, \ContentTextCollection $texts, \ContentDownloadFileCollection $downloads, \ContentMetaTitleCollection $metaTitles, \ContentMetaKeywordsCollection $metaKeywords, \ContentOpengraphImageCollection $opengraphImages, \ContentMetaDescriptionCollection $metaDescriptions, \ContentAllowRobotsStatus $allowRobotsStatus, \ContentSitemap $sitemap, \ContentUrlRewriteCollection $urlRewrites, \ContentUrlKeywordsCollection $urlKeywords, \ContentNameCollection $names) 

Arguments

$pagePosition

\ContentPositionInterface

Page position

$status

\ContentStatusInterface

Activation status

$titles

\ContentTitleCollection

Localized titles

$headings

\ContentHeadingCollection

Localized headings

$texts

\ContentTextCollection

Localized texts

$downloads

\ContentDownloadFileCollection

Localized download files

$metaTitles

\ContentMetaTitleCollection

Localized meta titles

$metaKeywords

\ContentMetaKeywordsCollection

Localized meta keywords

$opengraphImages

\ContentOpengraphImageCollection

Localized OpenGraph images

$metaDescriptions

\ContentMetaDescriptionCollection

Localized meta descriptions

$allowRobotsStatus

\ContentAllowRobotsStatus

"Allow robots" status

$sitemap

\ContentSitemap

Sitemap information

$urlRewrites

\ContentUrlRewriteCollection

Localized URL rewrites

$urlKeywords

\ContentUrlKeywordsCollection

Localized URL keywords

$names

\ContentNameCollection

Localized names

Return the localized content download files

downloads() : \ContentDownloadFileCollection

Return the localized content headings

headings() : \ContentHeadingCollection

Return whether the content is active

isActive() : boolean

Response

boolean

Return whether robots are allowed

isAllowingRobots() : boolean

Response

boolean

Return the localized content meta descriptions

metaDescriptions() : \ContentMetaDescriptionCollection

Return the localized content meta titles

metaKeywords() : \ContentMetaKeywordsCollection

Return the localized content meta titles

metaTitles() : \ContentMetaTitleCollection

Return the localized content names

names() : \ContentNameCollection

Return the localized OpenGraph images

opengraphImages() : \ContentOpengraphImageCollection

Return the content position

position() : string

Response

string

Return the content site map information

sitemap() : \ContentSitemap

Response

\ContentSitemap

Return the localized content texts

texts() : \ContentTextCollection

Return the localized content titles

titles() : \ContentTitleCollection

Return the content type

type() : string

Response

string

Return the localized content URL keywords

urlKeywords() : \ContentUrlKeywordsCollection

Return the localized content URL rewrites

urlRewrites() : \ContentUrlRewriteCollection

Properties

Content type

type : string
var

Type(s)

string

Content position

position : string
var

Type(s)

string

Content status

status : boolean
var

Type(s)

boolean

Localized content titles

titles : \ContentTitleCollection

Localized content headings

headings : \ContentHeadingCollection

Localized content texts

texts : \ContentHeadingCollection

Localized content download files

downloads : \ContentHeadingCollection

Localized content meta titles

metaTitles : \ContentMetaTitleCollection

Localized content meta keywords

metaKeywords : \ContentMetaKeywordsCollection

Localized content OpenGraph images

opengraphImages : \ContentOpengraphImageCollection

Localized content meta descriptions

metaDescriptions : \ContentMetaDescriptionCollection

"Allow Robots" status

allowRobots : boolean
var

Type(s)

boolean

Content site map information

sitemap : \ContentSitemap
var

Type(s)

\ContentSitemap

Localized content URL rewrites

urlRewrites : \ContentUrlRewriteCollection

Localized content URL keywords

urlKeywords : \ContentUrlKeywordsCollection

Localized content names

names : \ContentNameCollection