Documentation

Mailman extends Component
in package
implements ISingleton Uses TSingleton

FinalYes
Tags
author

Ramone Burrell ramone@ramoneburrell.com

since

Version 0.1.0

Table of Contents

Interfaces

ISingleton

Properties

$instance  : ISingleton
$callback_skin_domain_api_url  : string
$emails  : ArrayObject
$hashCode  : int
$hashCounter  : int
$headers  : array<string|int, mixed>
$mailer  : PHPMailer
$mailing_config  : mixed

Methods

__call()  : mixed
__callStatic()  : mixed
__construct()  : mixed
__destruct()  : mixed
__get()  : mixed
addEmail()  : void
addEmails()  : void
deliver()  : int
extends()  : bool
getInstance()  : ISingleton
getReflection()  : ReflectionClass
init()  : mixed
addAttachments()  : void
addBcc()  : void
addBccs()  : void
addCc()  : void
addCcs()  : void
addCustomHeader()  : mixed
addRecipient()  : void
addRecipients()  : void
addReplyTo()  : void
addReplyTos()  : void
mailingUserExists()  : bool

Properties

$callback_skin_domain_api_url

private string $callback_skin_domain_api_url

$headers

private static array<string|int, mixed> $headers = array("MIME-Version" => "1.0", "Content-type" => "text/html; charset=utf-8", "X-Mailer: PHP/" => _PHP_VERSION_, "X-WOLFGANG-VERSION: " => WOLFGANG_VERSION)

Methods

__callStatic()

public static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
$method : mixed
$arguments : array<string|int, mixed>

__get()

public __get(string $property) : mixed
Parameters
$property : string

addEmails()

public addEmails(ArrayObject $emails) : void
Parameters
$emails : ArrayObject

deliver()

public deliver([callable|null $email_callback = null ]) : int
Parameters
$email_callback : callable|null = null
Tags
throws
Exception
throws
Exception
Return values
int

extends()

public extends(ReflectionClass $reflector) : bool
Parameters
$reflector : ReflectionClass
Return values
bool

getReflection()

public getReflection() : ReflectionClass
Return values
ReflectionClass

addAttachments()

private addAttachments(ArrayObject $attachments) : void
Parameters
$attachments : ArrayObject

addBccs()

private addBccs(array<string|int, mixed> $bccs) : void
Parameters
$bccs : array<string|int, mixed>

addCcs()

private addCcs(array<string|int, mixed> $ccs) : void
Parameters
$ccs : array<string|int, mixed>

addCustomHeader()

private addCustomHeader(string $name, string $value) : mixed
Parameters
$name : string
$value : string

addRecipients()

private addRecipients(array<string|int, mixed> $recipients) : void
Parameters
$recipients : array<string|int, mixed>

addReplyTos()

private addReplyTos(array<string|int, mixed> $reply_tos) : void
Parameters
$reply_tos : array<string|int, mixed>

mailingUserExists()

private mailingUserExists(string $user[, array<string|int, mixed> &$user_config_values = null ]) : bool
Parameters
$user : string
$user_config_values : array<string|int, mixed> = null
Return values
bool

        
On this page

Search results