class CustomerAddressRepository extends EntityRepository

CustomerAddressRepository

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

Methods

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

No description

bool
deleteByCustomerAndId(Customer $Customer, integer $id)

No description

Details

at line 44
CustomerAddress|mixed findOrCreateByCustomerAndId(Customer $Customer, null $id = null)

Parameters

Customer $Customer
null $id

Return Value

CustomerAddress|mixed

Exceptions

NoResultException
NonUniqueResultException

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

Parameters

Customer $Customer
integer $id

Return Value

bool