Aplus Framework Docs

Header
in package

Class Header.

Table of Contents

AUTO_SUBMITTED  = 'Auto-Submitted'
BCC  = 'Bcc'
CC  = 'Cc'
COMMENTS  = 'Comments'
CONTENT_TYPE  = 'Content-Type'
DATE  = 'Date'
DKIM_SIGNATURE  = 'DKIM-Signature'
FROM  = 'From'
IN_REPLY_TO  = 'In-Reply-To'
KEYWORDS  = 'Keywords'
LIST_UNSUBSCRIBE_POST  = 'List-Unsubscribe-Post'
MESSAGE_ID  = 'Message-ID'
MIME_VERSION  = 'MIME-Version'
MT_PRIORITY  = 'MT-Priority'
ORIGINAL_FROM  = 'Original-From'
ORIGINAL_RECIPIENT  = 'Original-Recipient'
ORIGINAL_SUBJECT  = 'Original-Subject'
PRIORITY  = 'Priority'
RECEIVED  = 'Received'
RECEIVED_SPF  = 'Received-SPF'
REFERENCES  = 'References'
REPLY_TO  = 'Reply-To'
RESENT_BCC  = 'Resent-Bcc'
RESENT_CC  = 'Resent-Cc'
RESENT_DATE  = 'Resent-Date'
RESENT_FROM  = 'Resent-From'
RESENT_MESSAGE_ID  = 'Resent-Message-ID'
RESENT_SENDER  = 'Resent-Sender'
RESENT_TO  = 'Resent-To'
RETURN_PATH  = 'Return-Path'
SENDER  = 'Sender'
SUBJECT  = 'Subject'
TO  = 'To'
X_PRIORITY  = 'X-Priority'
$headers  : array<string|int, mixed>
getName()  : string
setName()  : void

Constants

AUTO_SUBMITTED

public mixed AUTO_SUBMITTED = 'Auto-Submitted'

COMMENTS

public mixed COMMENTS = 'Comments'

CONTENT_TYPE

public mixed CONTENT_TYPE = 'Content-Type'

DKIM_SIGNATURE

public mixed DKIM_SIGNATURE = 'DKIM-Signature'

IN_REPLY_TO

public mixed IN_REPLY_TO = 'In-Reply-To'

KEYWORDS

public mixed KEYWORDS = 'Keywords'

LIST_UNSUBSCRIBE_POST

public mixed LIST_UNSUBSCRIBE_POST = 'List-Unsubscribe-Post'

MESSAGE_ID

public mixed MESSAGE_ID = 'Message-ID'

MIME_VERSION

public mixed MIME_VERSION = 'MIME-Version'

MT_PRIORITY

public mixed MT_PRIORITY = 'MT-Priority'

ORIGINAL_FROM

public mixed ORIGINAL_FROM = 'Original-From'

ORIGINAL_RECIPIENT

public mixed ORIGINAL_RECIPIENT = 'Original-Recipient'

ORIGINAL_SUBJECT

public mixed ORIGINAL_SUBJECT = 'Original-Subject'

PRIORITY

public mixed PRIORITY = 'Priority'

RECEIVED

public mixed RECEIVED = 'Received'

RECEIVED_SPF

public mixed RECEIVED_SPF = 'Received-SPF'

REFERENCES

public mixed REFERENCES = 'References'

REPLY_TO

public mixed REPLY_TO = 'Reply-To'

RESENT_BCC

public mixed RESENT_BCC = 'Resent-Bcc'

RESENT_CC

public mixed RESENT_CC = 'Resent-Cc'

RESENT_DATE

public mixed RESENT_DATE = 'Resent-Date'

RESENT_FROM

public mixed RESENT_FROM = 'Resent-From'

RESENT_MESSAGE_ID

public mixed RESENT_MESSAGE_ID = 'Resent-Message-ID'

RESENT_SENDER

public mixed RESENT_SENDER = 'Resent-Sender'

RESENT_TO

public mixed RESENT_TO = 'Resent-To'

RETURN_PATH

public mixed RETURN_PATH = 'Return-Path'

SENDER

public mixed SENDER = 'Sender'

SUBJECT

public mixed SUBJECT = 'Subject'

X_PRIORITY

public mixed X_PRIORITY = 'X-Priority'

Properties

$headers

protected static array<string|int, mixed> $headers = ['auto-submitted' => 'Auto-Submitted', 'bcc' => 'Bcc', 'cc' => 'Cc', 'comments' => 'Comments', 'content-type' => 'Content-Type', 'date' => 'Date', 'dkim-signature' => 'DKIM-Signature', 'from' => 'From', 'in-reply-to' => 'In-Reply-To', 'keywords' => 'Keywords', 'list-unsubscribe-post' => 'List-Unsubscribe-Post', 'message-id' => 'Message-ID', 'mime-version' => 'MIME-Version', 'mt-priority' => 'MT-Priority', 'original-from' => 'Original-From', 'original-recipient' => 'Original-Recipient', 'original-subject' => 'Original-Subject', 'priority' => 'Priority', 'received' => 'Received', 'received-spf' => 'Received-SPF', 'references' => 'References', 'reply-to' => 'Reply-To', 'resent-bcc' => 'Resent-Bcc', 'resent-cc' => 'Resent-Cc', 'resent-date' => 'Resent-Date', 'resent-from' => 'Resent-From', 'resent-message-id' => 'Resent-Message-ID', 'resent-sender' => 'Resent-Sender', 'resent-to' => 'Resent-To', 'return-path' => 'Return-Path', 'sender' => 'Sender', 'subject' => 'Subject', 'to' => 'To', 'x-priority' => 'X-Priority']

Methods

getName()

public static getName(string $name) : string
Parameters
$name : string
Return values
string

setName()

public static setName(string $name) : void
Parameters
$name : string
Return values
void

Search results