UserReceiver
in package
implements
InteractionReceiver
FinalYes
Tags
Attributes
- #[Consumable]
- $since: '34.0.2'
Table of Contents
Interfaces
Properties
Methods
- __construct() : mixed
- getID() : string
- Returns the ID that uniquely identifies this receiver.
- getUser() : IUser
Properties
$userId read-only
public
string
$userId
$user
private
IUser|null
$user
= null
Methods
__construct()
public
__construct(string $userId[, IUser|null $user = null ]) : mixed
Parameters
- $userId : string
- $user : IUser|null = null
Tags
getID()
Returns the ID that uniquely identifies this receiver.
public
getID() : string
Tags
Attributes
- #[Override]
Return values
stringgetUser()
public
getUser() : IUser