Documentation

NotifierConfig
in package

This class is automatically generated to help in creating a config.

Table of Contents

Properties

$_usedProperties  : mixed
$adminRecipients  : mixed
$channelPolicy  : mixed
$chatterTransports  : mixed
$enabled  : mixed
$notificationOnFailedMessages  : mixed
$texterTransports  : mixed

Methods

__construct()  : mixed
adminRecipient()  : AdminRecipientConfig
channelPolicy()  : $this
chatterTransport()  : $this
enabled()  : $this
notificationOnFailedMessages()  : $this
texterTransport()  : $this
toArray()  : array<string|int, mixed>

Properties

$notificationOnFailedMessages

private mixed $notificationOnFailedMessages

Methods

__construct()

public __construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
$value : array<string|int, mixed> = []

channelPolicy()

public channelPolicy(string $name, mixed $value) : $this
Parameters
$name : string
$value : mixed
Return values
$this

chatterTransport()

public chatterTransport(string $name, mixed $value) : $this
Parameters
$name : string
$value : mixed
Return values
$this

texterTransport()

public texterTransport(string $name, mixed $value) : $this
Parameters
$name : string
$value : mixed
Return values
$this

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results