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)
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
intgetConfiguration()
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
stringgetIterator()
public
getIterator() : Traversable
Return values
TraversablegetName()
public
getName() : string
Return values
stringgetRecords()
public
getRecords() : array<string|int, mixed>
Return values
array<string|int, mixed>getSlideMode()
public
getSlideMode() : ContentSlideMode
Return values
ContentSlideModewithRecords()
public
withRecords(array<string|int, mixed> $records) : self
Parameters
- $records : array<string|int, mixed>
Only to be used for AfterContentHasBeenFetchedEvent