RegisterTemplateCreatorEvent
extends Event
in package
Base event class for the event dispatcher service
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- Compatibility constructor
- getTemplateManager() : ITemplateManager
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$templateManager
private
ITemplateManager
$templateManager
Methods
__construct()
Compatibility constructor
public
__construct(ITemplateManager $templateManager) : mixed
Parameters
- $templateManager : ITemplateManager
Tags
getTemplateManager()
public
getTemplateManager() : ITemplateManager
Tags
Return values
ITemplateManagerisPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Return values
boolstopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void