AppEnableEvent
extends Event
in package
This event is triggered when an app is enabled.
Tags
Table of Contents
Properties
- $appId : string
- $groupIds : array<string|int, string>
- $propagationStopped : bool
Methods
- __construct() : mixed
- Compatibility constructor
- getAppId() : string
- getGroupIds() : array<string|int, mixed>
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$appId
private
string
$appId
$groupIds
private
array<string|int, string>
$groupIds
$propagationStopped
private
bool
$propagationStopped
= false
Tags
Methods
__construct()
Compatibility constructor
public
__construct(string $appId[, array<string|int, string> $groupIds = [] ]) : mixed
Parameters
- $appId : string
- $groupIds : array<string|int, string> = []
Tags
getAppId()
public
getAppId() : string
Tags
Return values
stringgetGroupIds()
public
getGroupIds() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>isPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Return values
boolstopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void