LibreDTE

SenderWorker extends AbstractExchangeWorker
in package
implements SenderWorkerInterface

Worker "billing.exchange.sender".

Table of Contents

Interfaces

SenderWorkerInterface
Interfaz para el worker "billing.exchange.sender".

Properties

$optionsSchema  : array<string, array<string|int, mixed>|bool>
Esquema de las opciones.

Methods

handle()  : array<string|int, mixed>
{@inheritDoc}
send()  : array<string|int, ExchangeResultInterface>
Envía documentos a través del proceso de intercambio mediante la estrategia definida en la bolsa.

Properties

$optionsSchema

Esquema de las opciones.

protected array<string, array<string|int, mixed>|bool> $optionsSchema = ['strategy' => ['types' => 'string', 'default' => 'email.smtp'], 'transport' => ['types' => 'array', 'default' => []]]

Methods


        
On this page

Search results