Documentation

Notifier
in package
implements NotifierInterface

FinalYes
Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

Interfaces

NotifierInterface
Interface for the Notifier system.

Properties

$adminRecipients  : array<string|int, mixed>
$channels  : array<string|int, mixed>|ContainerInterface
$policy  : mixed

Methods

__construct()  : mixed
addAdminRecipient()  : void
getAdminRecipients()  : array<string|int, RecipientInterface>
send()  : void
getChannel()  : ChannelInterface|null
getChannels()  : iterable<string|int, mixed>

Properties

$adminRecipients

private array<string|int, mixed> $adminRecipients = []

Methods


        
On this page

Search results