Spec-Zone.ru › Laravel 10

LogTransport

class LogTransport implements TransportInterface (View source)

Свойства

protected LoggerInterface $logger

Экземпляр Logger.

Методы

void __construct(LoggerInterface $logger)

Создать новый экземпляр транспорта логов.

SentMessage|null send(RawMessage $message, Envelope $envelope = null)

{@inheritdoc}

string decodeQuotedPrintableContent(string $part)

Декодировать заданный контент в формате quoted-printable.

LoggerInterface logger()

Получить логгер для экземпляра LogTransport.

string __toString()

Получить строковое представление транспорта.

Подробности

void __construct(LoggerInterface $logger)

Создать новый экземпляр транспорта логов.

Параметры

LoggerInterface $logger

Возвращаемое значение

void

SentMessage|null send(RawMessage $message, Envelope $envelope = null)

{@inheritdoc}

Параметры

RawMessage $message
Envelope $envelope

Возвращаемое значение

SentMessage|null

protected string decodeQuotedPrintableContent(string $part)

Декодировать заданный контент в формате quoted-printable.

Параметры

string $part

Возвращаемое значение

string

LoggerInterface logger()

Получить логгер для экземпляра LogTransport.

Возвращаемое значение

LoggerInterface

string __toString()

Получить строковое представление транспорта.

Возвращаемое значение

string

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/10.x/Illuminate/Mail/Transport/LogTransport.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API