PageLayout

Contains information about the layout of a page, mainly which content areas (colPos=0, colPos=1, ...) are used and filled.

Internal

This is not part of TYPO3 Core API.

Table of Contents

Properties

$contentAreas  : array<string|int, mixed>
$fullConfiguration  : array<string|int, mixed>
$identifier  : string
$title  : string

Methods

__construct()  : mixed
getContentAreas()  : array<string|int, mixed>
getIdentifier()  : string
getTitle()  : string

Properties

$contentAreas

protected array<string|int, mixed> $contentAreas

$fullConfiguration

protected array<string|int, mixed> $fullConfiguration

Methods

__construct()

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

getContentAreas()

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

getIdentifier()

public getIdentifier() : string
Return values
string

getTitle()

public getTitle() : string
Return values
string

        
On this page

Search results