AbstractTranscriptionEvent
extends Event
in package
AbstractYes
Base event class for the event dispatcher service
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- Compatibility constructor
- getAppId() : string
- getFile() : File|null
- getFileId() : int
- getUserId() : string|null
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$appId
private
string
$appId
$file
private
File|null
$file
$fileIdId
private
int
$fileIdId
$propagationStopped
private
bool
$propagationStopped
= false
Tags
$userId
private
string|null
$userId
Methods
__construct()
Compatibility constructor
public
__construct(int $fileIdId, File|null $file, string|null $userId, string $appId) : mixed
Parameters
- $fileIdId : int
- $file : File|null
- $userId : string|null
- $appId : string
Tags
getAppId()
public
getAppId() : string
Tags
Return values
stringgetFile()
public
getFile() : File|null
Tags
Return values
File|nullgetFileId()
public
getFileId() : int
Tags
Return values
intgetUserId()
public
getUserId() : string|null
Tags
Return values
string|nullisPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Return values
boolstopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void