class GiftVoucherFormFactory implements GiftVoucherFormFactoryInterface

GiftVoucherFormFactory class

Properties

private ConfigServiceInterface $configService Stores ConfigServiceInterface
private FormFactoryInterface $formFactory Stores FormFactoryInterface

Methods

__construct(ConfigServiceInterface $configService, FormFactoryInterface $formFactory)

No description

Form
create(string $name, $giftVoucher)

Returns the defined form

Details

at line 34
__construct(ConfigServiceInterface $configService, FormFactoryInterface $formFactory)

Parameters

ConfigServiceInterface $configService
FormFactoryInterface $formFactory

at line 46
Form create(string $name, $giftVoucher)

Returns the defined form

Parameters

string $name
$giftVoucher

Return Value

Form