ProMailerSubscriber::getConfData()

Get all confirmation email data

Usage

// basic usage
$array = $proMailerSubscriber->getConfData();

// usage with all arguments
$array = $proMailerSubscriber->getConfData(string $name = '');

Arguments

NameType(s)Description
$name (optional)string

Optionally specify name of property to get, rather than all

Return value

array int string


ProMailerSubscriber methods and properties

API reference based on ProcessWire core version 3.0.255