class OtherDelivRepository extends EntityRepository

OtherDelivRepository

This class was generated by the Doctrine ORM. Add your own custom repository methods below.

Methods

findOrCreateByCustomerAndId(Customer $Customer, integer|null $id = null)

No description

bool
deleteByCustomerAndId(Customer $Customer, integer $id)

No description

Details

at line 43
OtherDeliv findOrCreateByCustomerAndId(Customer $Customer, integer|null $id = null)

Parameters

Customer $Customer
integer|null $id

Return Value

OtherDeliv

Exceptions

Exception

at line 69
bool deleteByCustomerAndId(Customer $Customer, integer $id)

Parameters

Customer $Customer
integer $id

Return Value

bool