IdentifierComponent
extends AbstractComponent
in package
implements
IdentifierComponentInterface
Componente "billing.identifier".
Table of Contents
Interfaces
- IdentifierComponentInterface
- Interfaz para `IdentifierComponent`.
Properties
- $cafFaker : CafFakerWorkerInterface
- $cafLoader : CafLoaderWorkerInterface
- $cafValidator : CafValidatorWorkerInterface
Methods
- __construct() : mixed
- getCafFakerWorker() : CafFakerWorkerInterface
- Obtiene el worker "billing.identifier.caf_faker".
- getCafLoaderWorker() : CafLoaderWorkerInterface
- Obtiene el worker "billing.identifier.caf_loader".
- getCafValidatorWorker() : CafValidatorWorkerInterface
- Obtiene el worker "billing.identifier.caf_validator".
- getWorkers() : array<string|int, mixed>
- {@inheritdoc}
Properties
$cafFaker
private
CafFakerWorkerInterface
$cafFaker
$cafLoader
private
CafLoaderWorkerInterface
$cafLoader
$cafValidator
private
CafValidatorWorkerInterface
$cafValidator
Methods
__construct()
public
__construct(CafFakerWorkerInterface $cafFaker, CafLoaderWorkerInterface $cafLoader, CafValidatorWorkerInterface $cafValidator) : mixed
Parameters
- $cafFaker : CafFakerWorkerInterface
- $cafLoader : CafLoaderWorkerInterface
- $cafValidator : CafValidatorWorkerInterface
getCafFakerWorker()
Obtiene el worker "billing.identifier.caf_faker".
public
getCafFakerWorker() : CafFakerWorkerInterface
Return values
CafFakerWorkerInterfacegetCafLoaderWorker()
Obtiene el worker "billing.identifier.caf_loader".
public
getCafLoaderWorker() : CafLoaderWorkerInterface
Return values
CafLoaderWorkerInterfacegetCafValidatorWorker()
Obtiene el worker "billing.identifier.caf_validator".
public
getCafValidatorWorker() : CafValidatorWorkerInterface
Return values
CafValidatorWorkerInterfacegetWorkers()
{@inheritdoc}
public
getWorkers() : array<string|int, mixed>