UserRemovedEvent
        
        extends Event
    
    
            
            in package
            
        
    
    
    
Base event class for the event dispatcher service
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- Compatibility constructor
- getGroup() : IGroup
- getUser() : IUser
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$group
        private
            IGroup
    $group
    
    
    
    
    
    
$user
        private
            mixed
    $user
    
    
    
    
    
    
Methods
__construct()
Compatibility constructor
    public
                    __construct(IGroup $group, IUser $user) : mixed
    Parameters
Tags
getGroup()
    public
                    getGroup() : IGroup
    Tags
Return values
IGroupgetUser()
    public
                    getUser() : IUser
    Tags
Return values
IUserisPropagationStopped()
{@inheritDoc}
    public
                    isPropagationStopped() : bool
    Tags
Return values
boolstopPropagation()
Stops the propagation of the event to further event listeners
    public
                    stopPropagation() : void