phpDocumentor

InfoPageContent
in package
implements ContentInterface, ContentAttributesInterface, ContentHeadingAttributeInterface, ContentTextAttributeInterface, ContentDownloadFileAttributeInterface, ContentMetaAttributesInterface, ContentNameAttributeInterface, ContentGroupIdInterface, ContentSortOrderInterface, ContentDeleteInterface

Class InfoPageContent

This class represents an info page content

Tags
category

System

Interfaces, Classes and Traits

ContentInterface
ContentAttributesInterface
Interface ContentAttributesInterface
ContentHeadingAttributeInterface
Interface ContentHeadingAttributeInterface
ContentTextAttributeInterface
Interface ContentTextAttributeInterface
ContentDownloadFileAttributeInterface
Interface ContentDownloadFileAttributeInterface
ContentMetaAttributesInterface
Interface ContentMetaAttributesInterface
ContentNameAttributeInterface
Interface ContentNameAttributeInterface
ContentGroupIdInterface
Interface ContentGroupIdInterface
ContentSortOrderInterface
ContentDeleteInterface

Table of Contents

$allowRobots  : bool
"Allow Robots" status
$deletable  : bool
$downloads  : ContentHeadingCollection
Localized content download files
$headings  : ContentHeadingCollection
Localized content headings
$id  : ContentIdentificationInterface
Content group ID
$metaDescriptions  : ContentMetaDescriptionCollection
Localized content meta descriptions
$metaKeywords  : ContentMetaKeywordsCollection
Localized content meta keywords
$metaTitles  : ContentMetaTitleCollection
Localized content meta titles
$names  : ContentNameCollection
Localized content names
$opengraphImages  : ContentOpengraphImageCollection
Localized content OpenGraph images
$position  : string
Content position
$sitemaps  : ContentSitemapCollection
Localized content sitemap information
$sortOrder  : int
$status  : ContentStatusCollection
Content status
$texts  : ContentHeadingCollection
Localized content texts
$titles  : ContentTitleCollection
Localized content titles
$type  : string
Content type
$urlKeywords  : ContentUrlKeywordsCollection
Localized content URL keywords
$urlRewrites  : ContentUrlRewriteCollection
Localized content URL rewrites
__construct()  : mixed
InfoPageContent constructor.
allowRobotsStatuses()  : ContentAllowRobotsStatusCollection|null
Return the localized content allow robots statuses
downloads()  : ContentDownloadFileCollection
Return the localized content download files
headings()  : ContentHeadingCollection
Return the localized content headings
id()  : ContentIdentificationInterface|null
Returns the content group id if set, otherwise null will be returned.
isDeletable()  : bool
Returns whether the content is protected
metaDescriptions()  : ContentMetaDescriptionCollection
Return the localized content meta descriptions
metaKeywords()  : ContentMetaKeywordsCollection
Return the localized content meta titles
metaTitles()  : ContentMetaTitleCollection
Return the localized content meta titles
names()  : ContentNameCollection
Return the localized content names
opengraphImages()  : ContentOpengraphImageCollection
Return the localized OpenGraph images
order()  : int
Returns the content sort order
position()  : string
Return the content position
sitemaps()  : ContentSitemapCollection
Return the localized content sitemap information
status()  : ContentStatusCollection
Return whether the content is active
texts()  : ContentTextCollection
Return the localized content texts
titles()  : ContentTitleCollection
Return the localized content titles
type()  : string
Return the content type
urlKeywords()  : ContentUrlKeywordsCollection
Return the localized content URL keywords
urlRewrites()  : ContentUrlRewriteCollection
Return the localized content URL rewrites

Properties

Methods

__construct()

InfoPageContent constructor.

public __construct(ContentPositionInterface $pagePosition, ContentStatusCollection $status, ContentTitleCollection $titles, ContentHeadingCollection $headings, ContentTextCollection $texts, ContentNameCollection $names[, ContentIdentificationInterface|null $id = null ][, ContentDownloadFileCollection|null $downloads = null ][, ContentMetaTitleCollection|null $metaTitles = null ][, ContentMetaKeywordsCollection|null $metaKeywords = null ][, ContentOpengraphImageCollection|null $opengraphImages = null ][, ContentMetaDescriptionCollection|null $metaDescriptions = null ][, ContentAllowRobotsStatusCollection|null $allowRobotsStatuses = null ][, ContentSitemapCollection|null $sitemaps = null ][, ContentUrlRewriteCollection|null $urlRewrites = null ][, ContentUrlKeywordsCollection|null $urlKeywords = null ][, ContentSortOrderInterface|null $sortOrder = null ][, ContentDeleteInterface|null $deletable = null ]) : mixed
Parameters
$pagePosition : ContentPositionInterface
$status : ContentStatusCollection
$titles : ContentTitleCollection
$headings : ContentHeadingCollection
$texts : ContentTextCollection
$names : ContentNameCollection
$id : ContentIdentificationInterface|null = null

Optional content group ID

$downloads : ContentDownloadFileCollection|null = null
$metaTitles : ContentMetaTitleCollection|null = null
$metaKeywords : ContentMetaKeywordsCollection|null = null
$opengraphImages : ContentOpengraphImageCollection|null = null
$metaDescriptions : ContentMetaDescriptionCollection|null = null
$allowRobotsStatuses : ContentAllowRobotsStatusCollection|null = null
$sitemaps : ContentSitemapCollection|null = null
$urlRewrites : ContentUrlRewriteCollection|null = null
$urlKeywords : ContentUrlKeywordsCollection|null = null
$sortOrder : ContentSortOrderInterface|null = null
$deletable : ContentDeleteInterface|null = null
Return values
mixed

isDeletable()

Returns whether the content is protected

public isDeletable() : bool
Return values
bool

position()

Return the content position

public position() : string
Return values
string

Search results