ShareCreatedEvent
extends Event
in package
Base event class for the event dispatcher service
Tags
Table of Contents
Properties
- $propagationStopped : bool
- $share : IShare
Methods
- __construct() : mixed
- Compatibility constructor
- getShare() : IShare
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$propagationStopped
private
bool
$propagationStopped
= false
Tags
$share
private
IShare
$share
Methods
__construct()
Compatibility constructor
public
__construct(IShare $share) : mixed
Parameters
- $share : IShare
Tags
getShare()
public
getShare() : IShare
Tags
Return values
IShareisPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Return values
boolstopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void