VerifyMountPointEvent
extends Event
in package
Base event class for the event dispatcher service
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- Compatibility constructor
- createParent() : bool
- Whether the parent folder should be created if missing.
- getParent() : string
- The parent folder where the share is placed, as relative path to the users home directory.
- getShare() : IShare
- getUser() : IUser
- getView() : View
- isPropagationStopped() : bool
- {@inheritDoc}
- setCreateParent() : void
- setParent() : void
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$createParent
private
bool
$createParent
= false
$parent
private
string
$parent
$share read-only
private
IShare
$share
$user read-only
private
IUser
$user
$view read-only
private
View
$view
Methods
__construct()
Compatibility constructor
public
__construct(IShare $share, View $view, string $parent, IUser $user) : mixed
Parameters
Tags
createParent()
Whether the parent folder should be created if missing.
public
createParent() : bool
If set for false (the default), and the parent folder doesn't exist already,
the share will be moved to the default share folder instead.
Tags
Return values
boolgetParent()
The parent folder where the share is placed, as relative path to the users home directory.
public
getParent() : string
Tags
Return values
stringgetShare()
public
getShare() : IShare
Tags
Return values
ISharegetUser()
public
getUser() : IUser
Tags
Return values
IUsergetView()
public
getView() : View
Tags
Return values
ViewisPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Return values
boolsetCreateParent()
public
setCreateParent(bool $create) : void
Parameters
- $create : bool
Tags
setParent()
public
setParent(string $parent) : void
Parameters
- $parent : string
Tags
stopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void