InfoElementContentBuilderInterface

Extends

Interface InfoElementContentBuilderInterface

category

System

package

Content

subpackage

Interfaces

Methods

Set the page position

inPosition(\ElementPosition $position) : \InfoElementContentBuilder

Arguments

$position

\ElementPosition

Element position

Response

\InfoElementContentBuilder

Same instance

Set the localized content headings

usingHeadings(\ContentHeadingCollection $headings) : \InfoElementContentBuilder

Arguments

$headings

\ContentHeadingCollection

Localized headings

Response

\InfoElementContentBuilder

Same instance

Set the content group id

usingId(integer|null $id = null) : \InfoElementContentBuilder

Arguments

$id

integer|null

Response

\InfoElementContentBuilder

Same instance

Set the activation status

usingStatus(\ContentStatus $status) : \InfoElementContentBuilder

Arguments

$status

\ContentStatus

Activation status

Response

\InfoElementContentBuilder

Same instance

Set the localized content texts

usingTexts(\ContentTextCollection $texts) : \InfoElementContentBuilder

Arguments

$texts

\ContentTextCollection

Localized texts

Response

\InfoElementContentBuilder

Same instance

Set the localized content titles

usingTitles(\ContentTitleCollection $titles) : \InfoElementContentBuilder

Arguments

$titles

\ContentTitleCollection

Localized titles

Response

\InfoElementContentBuilder

Same instance