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)
Return the localized content download files
downloads() : \ContentDownloadFileCollection
Return the localized content headings
headings() : \ContentHeadingCollection
Return whether the content is active
isActive() : boolean
Return whether robots are allowed
isAllowingRobots() : boolean
Return the localized content names
names() : \ContentNameCollection
Return the localized OpenGraph images
opengraphImages() : \ContentOpengraphImageCollection
Return the content position
position() : string
Return the content site map information
sitemap() : \ContentSitemap
Return the localized content texts
texts() : \ContentTextCollection
Return the localized content titles
titles() : \ContentTitleCollection
Return the content type
type() : string
Return the localized content URL keywords
urlKeywords() : \ContentUrlKeywordsCollection
Return the localized content URL rewrites
urlRewrites() : \ContentUrlRewriteCollection
Properties
Content type
type : string
Content position
position : string
Content status
status : boolean
Localized content titles
titles : \ContentTitleCollection
Localized content headings
headings : \ContentHeadingCollection
Localized content texts
texts : \ContentHeadingCollection
Localized content download files
downloads : \ContentHeadingCollection
Localized content OpenGraph images
opengraphImages : \ContentOpengraphImageCollection
"Allow Robots" status
allowRobots : boolean
Content site map information
sitemap : \ContentSitemap
Localized content URL rewrites
urlRewrites : \ContentUrlRewriteCollection
Localized content URL keywords
urlKeywords : \ContentUrlKeywordsCollection
Localized content names
names : \ContentNameCollection