UserMountRemovedEvent
extends Event
in package
Event emitted when a user mount was removed.
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- Compatibility constructor
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$mountPoint read-only
public
ICachedMountInfo
$mountPoint
Methods
__construct()
Compatibility constructor
public
__construct(ICachedMountInfo $mountPoint) : mixed
Parameters
- $mountPoint : ICachedMountInfo
Tags
isPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Attributes
- #[Override]
Return values
boolstopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void