ContentArea implements IteratorAggregate

FinalYes

Contains information about a specific column in a page layout, including the content elements to be rendered (depending on the context)

Internal

This is not part of TYPO3 Core API.

Table of Contents

Interfaces

IteratorAggregate

Methods

__construct()  : mixed
getAllowedContentTypes()  : array<string|int, mixed>
getColPos()  : int
getConfiguration()  : array<string|int, mixed>
getDisallowedContentTypes()  : array<string|int, mixed>
getIdentifier()  : string
getIterator()  : Traversable
getName()  : string
getRecords()  : array<string|int, mixed>
getSlideMode()  : ContentSlideMode
withRecords()  : self

Methods

__construct()

public __construct(string $identifier, string $name, int $colPos, ContentSlideMode $slideMode, array<string|int, mixed> $allowedContentTypes, array<string|int, mixed> $disallowedContentTypes, array<string|int, mixed> $configuration, array<string|int, mixed> $records) : mixed
Parameters
$identifier : string
$name : string
$colPos : int
$slideMode : ContentSlideMode
$allowedContentTypes : array<string|int, mixed>
$disallowedContentTypes : array<string|int, mixed>
$configuration : array<string|int, mixed>
$records : array<string|int, mixed>

getAllowedContentTypes()

public getAllowedContentTypes() : array<string|int, mixed>
Return values
array<string|int, mixed>

getColPos()

public getColPos() : int
Return values
int

getConfiguration()

public getConfiguration() : array<string|int, mixed>
Return values
array<string|int, mixed>

getDisallowedContentTypes()

public getDisallowedContentTypes() : array<string|int, mixed>
Return values
array<string|int, mixed>

getIdentifier()

public getIdentifier() : string
Return values
string

getIterator()

public getIterator() : Traversable
Return values
Traversable

getName()

public getName() : string
Return values
string

getRecords()

public getRecords() : array<string|int, mixed>
Return values
array<string|int, mixed>

withRecords()

public withRecords(array<string|int, mixed> $records) : self
Parameters
$records : array<string|int, mixed>
Internal

Only to be used for AfterContentHasBeenFetchedEvent

Return values
self

        
On this page

Search results