ContentAreaCollection implements ContainerInterface, IteratorAggregate

Read onlyYes
FinalYes

Collection of content areas

Internal
Tags
implements

Table of Contents

Interfaces

ContainerInterface
IteratorAggregate

Methods

__construct()  : mixed
get()  : mixed
getGroupedRecords()  : array<string|int, mixed>
getIterator()  : Traversable<string, ContentArea>
has()  : bool
withUpdatedRecords()  : self

Methods

__construct()

public __construct(array<string|int, mixed> $contentAreas) : mixed
Parameters
$contentAreas : array<string|int, mixed>

get()

public get(string $id) : mixed
Parameters
$id : string

getGroupedRecords()

public getGroupedRecords() : array<string|int, mixed>
Internal

Only for AfterContentHasBeenFetchedEvent

Return values
array<string|int, mixed>

has()

public has(string $id) : bool
Parameters
$id : string
Return values
bool

withUpdatedRecords()

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

Only for AfterContentHasBeenFetchedEvent

Return values
self

        
On this page

Search results