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 getId() : ?string Returns the ID. Synonymous to calling getValue().
|
public getIds() : array Returns all IDs parsed for a multi-id header like References or
|
Properties |
Methods |
protected getConsumer(ZBateson Returns an IdBaseConsumer.
|