EmailReceiver
in package
implements
InteractionReceiver
Read onlyYes
FinalYes
Tags
Attributes
- #[Consumable]
- $since: '34.0.2'
Table of Contents
Interfaces
Properties
- $email : string
Methods
- __construct() : mixed
- getID() : string
- Returns the ID that uniquely identifies this receiver.
Properties
public
string
$email
Methods
__construct()
public
__construct(string $email) : mixed
Parameters
- $email : string
Tags
getID()
Returns the ID that uniquely identifies this receiver.
public
getID() : string
Tags
Attributes
- #[Override]