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
Methods
- __construct() : mixed
- getSiiLazyWorker() : SiiLazyWorkerInterface
- Entrega el worker que "realiza" las acciones en el SII.
- getWorkers() : array<string|int, mixed>
- {@inheritDoc}
Properties
$siiLazyWorker
private
SiiLazyWorkerInterface
$siiLazyWorker
Methods
__construct()
public
__construct(SiiLazyWorkerInterface $siiLazyWorker) : mixed
Parameters
- $siiLazyWorker : SiiLazyWorkerInterface
getSiiLazyWorker()
Entrega el worker que "realiza" las acciones en el SII.
public
getSiiLazyWorker() : SiiLazyWorkerInterface
Return values
SiiLazyWorkerInterfacegetWorkers()
{@inheritDoc}
public
getWorkers() : array<string|int, mixed>