Email_Abstract::get_id()
Get ID.
Return
(string)
Source
File: src/Tickets/Emails/Email_Abstract.php
public function get_id(): string {
return $this->id;
}
Changelog
| Version | Description |
|---|---|
| 5.5.10 | Introduced. |
Get ID.
(string)
File: src/Tickets/Emails/Email_Abstract.php
public function get_id(): string {
return $this->id;
}
| Version | Description |
|---|---|
| 5.5.10 | Introduced. |