PHP Класс Pop\Log\Writer\Mail

Автор: Nick Sagona, III ([email protected])
Наследование: implements Pop\Log\Writer\WriterInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$emails array Array of emails in which to send the log messages

Открытые методы

Метод Описание
__construct ( array $emails ) : Mail Constructor
writeLog ( array $logEntry, array $options = [] ) : Mail Method to write to the log

Описание методов

__construct() публичный метод

Instantiate the Mail writer object.
public __construct ( array $emails ) : Mail
$emails array
Результат Mail

writeLog() публичный метод

Method to write to the log
public writeLog ( array $logEntry, array $options = [] ) : Mail
$logEntry array
$options array
Результат Mail

Описание свойств

$emails защищенное свойство

Array of emails in which to send the log messages
protected array $emails
Результат array