\org_openpsa_mail_backend_unittest

Send backend for org_openpsa_mail, used in unit tests. All it does is collect the passed parameters. Think of it as a poor man's mock object

Summary

Methods
Properties
Constants
__construct()
mail()
get()
send()
get_error_message()
flush()
$error
$mails
No constants found
No protected methods found
$_mail
N/A
_load_backend()
$_index
N/A

Properties

$error

$error : 

Type

$mails

$mails : 

Type

$_mail

$_mail : 

Type

$_index

$_index : 

Type

Methods

__construct()

__construct(array  $params) 

Parameters

array $params

get()

get(  $implementation, array  $params) 

Prepare the mail backend

Parameters

$implementation
array $params

get_error_message()

get_error_message() 

flush()

flush() 

_load_backend()

_load_backend(  $backend, array  $params) 

Parameters

$backend
array $params