PageLayout
Contains information about the layout of a page, mainly which content areas (colPos=0, colPos=1, ...) are used and filled.
This is not part of TYPO3 Core API.
Table of Contents
Properties
- $contentAreas : 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
$identifier
protected
string
$identifier
$title
protected
string
$title
Methods
__construct()
public
__construct(string $identifier, string $title, array<string|int, mixed> $contentAreas) : mixed
Parameters
- $identifier : string
- $title : string
- $contentAreas : array<string|int, mixed>
getContentAreas()
public
getContentAreas() : array<string|int, mixed>
Return values
array<string|int, mixed>getIdentifier()
public
getIdentifier() : string
Return values
stringgetTitle()
public
getTitle() : string