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
$_usedProperties
private
mixed
$_usedProperties
= []
$adminRecipients
private
mixed
$adminRecipients
$channelPolicy
private
mixed
$channelPolicy
$chatterTransports
private
mixed
$chatterTransports
$enabled
private
mixed
$enabled
$notificationOnFailedMessages
private
mixed
$notificationOnFailedMessages
$texterTransports
private
mixed
$texterTransports
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
adminRecipient()
public
adminRecipient([array<string|int, mixed> $value = [] ]) : AdminRecipientConfig
Parameters
- $value : array<string|int, mixed> = []
Return values
AdminRecipientConfigchannelPolicy()
public
channelPolicy(string $name, mixed $value) : $this
Parameters
- $name : string
- $value : mixed
Return values
$thischatterTransport()
public
chatterTransport(string $name, mixed $value) : $this
Parameters
- $name : string
- $value : mixed
Return values
$thisenabled()
public
enabled(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thisnotificationOnFailedMessages()
public
notificationOnFailedMessages(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thistexterTransport()
public
texterTransport(string $name, mixed $value) : $this
Parameters
- $name : string
- $value : mixed
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>