‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\View\Event\AbstractSectionMarkupGeneratedEvent Class Reference
Inheritance diagram for TYPO3\CMS\Backend\View\Event\AbstractSectionMarkupGeneratedEvent:
TYPO3\CMS\Backend\View\Event\AfterSectionMarkupGeneratedEvent TYPO3\CMS\Backend\View\Event\BeforeSectionMarkupGeneratedEvent

Public Member Functions

 __construct (array $columnConfig, PageLayoutContext $pageLayoutContext, array $records)
 
 getColumnConfig ()
 
 getPageLayoutContext ()
 
 getRecords ()
 
 setContent (string $content='')
 
 getContent ()
 
 isPropagationStopped ()
 
 setStopRendering (bool $stopRendering)
 

Private Attributes

array $columnConfig
 
PageLayoutContext $pageLayoutContext
 
array $records
 
string $content = ''
 
bool $stopRendering = false
 

Detailed Description

Definition at line 23 of file AbstractSectionMarkupGeneratedEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\View\Event\AbstractSectionMarkupGeneratedEvent::__construct ( array  $columnConfig,
PageLayoutContext  $pageLayoutContext,
array  $records 
)

Member Function Documentation

◆ getColumnConfig()

TYPO3\CMS\Backend\View\Event\AbstractSectionMarkupGeneratedEvent::getColumnConfig ( )

◆ getContent()

TYPO3\CMS\Backend\View\Event\AbstractSectionMarkupGeneratedEvent::getContent ( )

◆ getPageLayoutContext()

TYPO3\CMS\Backend\View\Event\AbstractSectionMarkupGeneratedEvent::getPageLayoutContext ( )

◆ getRecords()

TYPO3\CMS\Backend\View\Event\AbstractSectionMarkupGeneratedEvent::getRecords ( )

◆ isPropagationStopped()

TYPO3\CMS\Backend\View\Event\AbstractSectionMarkupGeneratedEvent::isPropagationStopped ( )

Prevent other listeners from being called if rendering is stopped by listener.

Definition at line 67 of file AbstractSectionMarkupGeneratedEvent.php.

References TYPO3\CMS\Backend\View\Event\AbstractSectionMarkupGeneratedEvent\$stopRendering.

◆ setContent()

TYPO3\CMS\Backend\View\Event\AbstractSectionMarkupGeneratedEvent::setContent ( string  $content = '')

◆ setStopRendering()

TYPO3\CMS\Backend\View\Event\AbstractSectionMarkupGeneratedEvent::setStopRendering ( bool  $stopRendering)

Member Data Documentation

◆ $columnConfig

array TYPO3\CMS\Backend\View\Event\AbstractSectionMarkupGeneratedEvent::$columnConfig
private

◆ $content

string TYPO3\CMS\Backend\View\Event\AbstractSectionMarkupGeneratedEvent::$content = ''
private

◆ $pageLayoutContext

◆ $records

array TYPO3\CMS\Backend\View\Event\AbstractSectionMarkupGeneratedEvent::$records
private

◆ $stopRendering

bool TYPO3\CMS\Backend\View\Event\AbstractSectionMarkupGeneratedEvent::$stopRendering = false
private