LibreDTE

IntegrationComponent extends AbstractComponent
in package
implements IntegrationComponentInterface

Componente "billing.integration".

Este componente se encarga de la gestión de integración con el SII.

Attributes
#[Component]
$name: 'integration'
$package: 'billing'

Table of Contents

Interfaces

IntegrationComponentInterface
Interfaz para `IntegrationComponent`.

Properties

$siiDteWorker  : SiiDteWorkerInterface
$siiLazyWorker  : SiiLazyWorkerInterface
$siiRcvWorker  : SiiRcvWorkerInterface
$siiRtcWorker  : SiiRtcWorkerInterface

Methods

__construct()  : mixed
getSiiDteWorker()  : SiiDteWorkerInterface
Entrega el worker del SII para realizar las acciones de DTE.
getSiiLazyWorker()  : SiiLazyWorkerInterface
Entrega el lazy worker del SII que maneja la autenticación y el consumo de servicios web.
getSiiRcvWorker()  : SiiRcvWorkerInterface
Entrega el worker del SII para realizar las acciones del RCV.
getSiiRtcWorker()  : SiiRtcWorkerInterface
Entrega el worker del SII para realizar las acciones del RTC.
getWorkers()  : array<string|int, mixed>
{@inheritDoc}

Properties

Methods

getWorkers()

{@inheritDoc}

public getWorkers() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results