OutOfOfficeChangedEvent
        
        extends Event
    
    
            
            in package
            
        
    
    
    
Emitted when a user's out-of-office period has changed
Tags
Table of Contents
Properties
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
    
    
    
    
    
    
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