Represents a Content-ID, Message-ID, In-Reply-To or References header.
For a multi-id header like In-Reply-To or References, all IDs can be retrieved by calling {@see \IdHeader::getIds()}. Otherwise, to retrieve the first (or only) ID call {@see \IdHeader::getValue()}.
- author Zaahid Bateson
CloneableInstantiable
| Methods |
| public __construct(string $name, string $value, ?Psr\Log\LoggerInterface $logger = NULL, ?ZBateson |
| public getId() : ?string Returns the ID. Synonymous to calling getValue().
|
| public getIds() : array Returns all IDs parsed for a multi-id header like References or In-Reply-To.
|
| Properties |
| Methods |
| Methods |