interface GiftVoucherAvailableServiceInterface

Interface to be called for DI for GiftVoucherAvailable Main related services

Methods

cloneObject(GiftVoucherAvailable $giftVoucherAvailable)

Clones the object

Form
createForm(string $name, GiftVoucherAvailable $giftVoucherAvailable)

Shortcut to call GiftVoucherFormFactory to create Form

delete(GiftVoucherAvailable $giftVoucherAvailable)

Deletes the GiftVoucherAvailable

array
getAll()

Gets all the GiftVoucherAvailable

register(GiftVoucherAvailable $giftVoucherAvailable)

Registers the GiftVoucherAvailable

Details

at line 26
GiftVoucherAvailable cloneObject(GiftVoucherAvailable $giftVoucherAvailable)

Clones the object

Parameters

GiftVoucherAvailable $giftVoucherAvailable

Return Value

GiftVoucherAvailable

at line 32
Form createForm(string $name, GiftVoucherAvailable $giftVoucherAvailable)

Shortcut to call GiftVoucherFormFactory to create Form

Parameters

string $name
GiftVoucherAvailable $giftVoucherAvailable

Return Value

Form

at line 37
delete(GiftVoucherAvailable $giftVoucherAvailable)

Deletes the GiftVoucherAvailable

Parameters

GiftVoucherAvailable $giftVoucherAvailable

at line 43
array getAll()

Gets all the GiftVoucherAvailable

Return Value

array

at line 48
register(GiftVoucherAvailable $giftVoucherAvailable)

Registers the GiftVoucherAvailable

Parameters

GiftVoucherAvailable $giftVoucherAvailable