‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Page\PageLayout Class Reference

Public Member Functions

 __construct (protected string $identifier, protected string $title, protected array $contentAreas, protected array $fullConfiguration)
 
 getIdentifier ()
 
 getTitle ()
 
 getContentAreas ()
 

Detailed Description

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.

Definition at line 26 of file PageLayout.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Page\PageLayout::__construct ( protected string  $identifier,
protected string  $title,
protected array  $contentAreas,
protected array  $fullConfiguration 
)

Definition at line 28 of file PageLayout.php.

Member Function Documentation

◆ getContentAreas()

TYPO3\CMS\Core\Page\PageLayout::getContentAreas ( )

Definition at line 45 of file PageLayout.php.

◆ getIdentifier()

TYPO3\CMS\Core\Page\PageLayout::getIdentifier ( )

Definition at line 35 of file PageLayout.php.

References TYPO3\CMS\Webhooks\Message\$identifier.

◆ getTitle()

TYPO3\CMS\Core\Page\PageLayout::getTitle ( )

Definition at line 40 of file PageLayout.php.