InfoElementContentBuilderInterface
in
Interface InfoElementContentBuilderInterface
Tags
Table of Contents
- inPosition() : InfoElementContentBuilder
- Set the page position
- usingHeadings() : InfoElementContentBuilder
- Set the localized content headings
- usingId() : InfoElementContentBuilder
- Set the content group id
- usingSortOrder() : $this
- Set the sort order
- usingStatus() : InfoElementContentBuilder
- Set the activation status
- usingTexts() : InfoElementContentBuilder
- Set the localized content texts
- usingTitles() : InfoElementContentBuilder
- Set the localized content titles
Methods
inPosition()
Set the page position
public
inPosition(ElementPosition $position) : InfoElementContentBuilder
Parameters
- $position : ElementPosition
-
Element position
Return values
InfoElementContentBuilder —Same instance
usingHeadings()
Set the localized content headings
public
usingHeadings(ContentHeadingCollection $headings) : InfoElementContentBuilder
Parameters
- $headings : ContentHeadingCollection
-
Localized headings
Return values
InfoElementContentBuilder —Same instance
usingId()
Set the content group id
public
usingId([ContentIdentificationInterface $id = null ]) : InfoElementContentBuilder
Parameters
- $id : ContentIdentificationInterface = null
Return values
InfoElementContentBuilder —Same instance
usingSortOrder()
Set the sort order
public
usingSortOrder(ContentSortOrderInterface $sortOrder) : $this
Parameters
- $sortOrder : ContentSortOrderInterface
Return values
$this —usingStatus()
Set the activation status
public
usingStatus(ContentStatusCollection $status) : InfoElementContentBuilder
Parameters
- $status : ContentStatusCollection
-
Activation status
Return values
InfoElementContentBuilder —Same instance
usingTexts()
Set the localized content texts
public
usingTexts(ContentTextCollection $texts) : InfoElementContentBuilder
Parameters
- $texts : ContentTextCollection
-
Localized texts
Return values
InfoElementContentBuilder —Same instance
usingTitles()
Set the localized content titles
public
usingTitles(ContentTitleCollection $titles) : InfoElementContentBuilder
Parameters
- $titles : ContentTitleCollection
-
Localized titles
Return values
InfoElementContentBuilder —Same instance