ProMailerSubscriber::setConfData()

Set confirmation email data

Usage

// basic usage
$bool = $proMailerSubscriber->setConfData(array $confData);

// usage with all arguments
$bool = $proMailerSubscriber->setConfData(array $confData, bool $saveNow = false);

Arguments

NameType(s)Description
$confDataarray

Confirmation email data or blank array to clear

$saveNow (optional)bool

Save now? Default:false

Return value

bool


ProMailerSubscriber methods and properties

API reference based on ProcessWire core version 3.0.255