VerifyMountPointEvent
extends Event
in package
Base event class for the event dispatcher service
Tags
Table of Contents
Properties
- $parent : string
- $propagationStopped : bool
- $share : IShare
- $view : View
Methods
- __construct() : mixed
- Compatibility constructor
- getParent() : string
- getShare() : IShare
- getView() : View
- isPropagationStopped() : bool
- {@inheritDoc}
- setParent() : void
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$parent
private
string
$parent
$propagationStopped
private
bool
$propagationStopped
= false
Tags
$share
private
IShare
$share
$view
private
View
$view
Methods
__construct()
Compatibility constructor
public
__construct(IShare $share, View $view, string $parent) : mixed
Parameters
- $share : IShare
- $view : View
- $parent : string
Tags
getParent()
public
getParent() : string
Tags
Return values
stringgetShare()
public
getShare() : IShare
Tags
Return values
ISharegetView()
public
getView() : View
Tags
Return values
ViewisPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Return values
boolsetParent()
public
setParent(string $parent) : void
Parameters
- $parent : string
Tags
stopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void