HumHub Documentation (unofficial)

ListManagementOptions
in package

FinalYes

An object used to specify a list or topic to which an email belongs, which will be used when a contact chooses to unsubscribe.

Table of Contents

Properties

$contactListName  : string
The name of the contact list.
$topicName  : string|null
The name of the topic.

Methods

__construct()  : mixed
create()  : self
getContactListName()  : string
getTopicName()  : string|null
throwException()  : never

Properties

Methods

__construct()

public __construct(array{ContactListName: string, TopicName?: null|string} $input) : mixed
Parameters
$input : array{ContactListName: string, TopicName?: null|string}

throwException()

private throwException(Throwable $exception) : never
Parameters
$exception : Throwable
Return values
never
Loading…
On this page

Search results