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