OutOfOfficeEndedEvent
extends Event
in package
Emitted when a user's out-of-office period ended
Tags
Table of Contents
Properties
- $data : IOutOfOfficeData
- $propagationStopped : bool
Methods
- __construct() : mixed
- Compatibility constructor
- getData() : IOutOfOfficeData
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$data
private
IOutOfOfficeData
$data
$propagationStopped
private
bool
$propagationStopped
= false
Tags
Methods
__construct()
Compatibility constructor
public
__construct(IOutOfOfficeData $data) : mixed
Parameters
- $data : IOutOfOfficeData
Tags
getData()
public
getData() : IOutOfOfficeData
Tags
Return values
IOutOfOfficeDataisPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Return values
boolstopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void