BumbleDocGen / Technical description of the project / Class map / AfterRenderingEntities
AfterRenderingEntities class:
namespace BumbleDocGen\Core\Plugin\Event\Renderer;
final class AfterRenderingEntities extends \Symfony\Contracts\EventDispatcher\Event
Event is the base class for classes containing event data.
- isPropagationStopped - Is propagation stopped?
- stopPropagation - Stops the propagation of the event to further event listeners.
- # isPropagationStopped | source code
// Implemented in Symfony\Contracts\EventDispatcher\Event
public function isPropagationStopped(): bool;
Is propagation stopped?
Parameters: not specified
Return value: bool
- # stopPropagation | source code
// Implemented in Symfony\Contracts\EventDispatcher\Event
public function stopPropagation(): void;
Stops the propagation of the event to further event listeners.
Parameters: not specified
Return value: void