BeforeStdWrapFunctionsInitializedEvent extends EnhanceStdWrapEvent
FinalYes
Event is dispatched before any stdWrap function is initialized / called
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