TestMailer
extends Mailer
in package
Simple test mailer for testing MailerTask
Table of Contents
Properties
- $debug : array<string, mixed>|null
Methods
- getDebug() : array<string, mixed>|null
- Get debug information
- testAction() : void
- Test action that receives debug data
Properties
$debug
protected
array<string, mixed>|null
$debug
= null
Methods
getDebug()
Get debug information
public
getDebug() : array<string, mixed>|null
Return values
array<string, mixed>|nulltestAction()
Test action that receives debug data
public
testAction(mixed $debugData) : void
Parameters
- $debugData : mixed
-
Debug data to store