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