EnhanceStdWrapEvent
AbstractYes
Listeners to this Event are able to modify the stdWrap processing, enhancing the functionality and manipulating the final result / content. This is the parent Event, which allows the corresponding listeners to be called on each step, see child Events:
Tags
Table of Contents
Methods
- __construct() : mixed
- getConfiguration() : array<string|int, mixed>
- getContent() : string|null
- getContentObjectRenderer() : ContentObjectRenderer
- setContent() : void
Methods
__construct()
public
__construct(string|null $content, array<string|int, mixed> $configuration, ContentObjectRenderer $contentObjectRenderer) : mixed
Parameters
- $content : string|null
- $configuration : array<string|int, mixed>
- $contentObjectRenderer : ContentObjectRenderer
getConfiguration()
public
getConfiguration() : array<string|int, mixed>
Return values
array<string|int, mixed>getContent()
public
getContent() : string|null
Return values
string|nullgetContentObjectRenderer()
public
getContentObjectRenderer() : ContentObjectRenderer
Return values
ContentObjectRenderersetContent()
public
setContent(string $content) : void
Parameters
- $content : string