KMP PHP API Reference

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>|null

testAction()

Test action that receives debug data

public testAction(mixed $debugData) : void
Parameters
$debugData : mixed

Debug data to store


        
On this page

Search results