PHP Class Sylius\Bundle\CoreBundle\Doctrine\ORM\AddressRepository

Author: Anna Walasek ([email protected])
Author: Jan Góralski ([email protected])
Inheritance: extends Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository, implements Sylius\Component\Core\Repository\AddressRepositoryInterface
Datei anzeigen Open project: sylius/sylius

Public Methods

Method Description
findByCustomer ( Sylius\Component\Core\Model\CustomerInterface $customer )
findOneByCustomer ( $id, Sylius\Component\Core\Model\CustomerInterface $customer )

Method Details

findByCustomer() public method

public findByCustomer ( Sylius\Component\Core\Model\CustomerInterface $customer )
$customer Sylius\Component\Core\Model\CustomerInterface

findOneByCustomer() public method

public findOneByCustomer ( $id, Sylius\Component\Core\Model\CustomerInterface $customer )
$customer Sylius\Component\Core\Model\CustomerInterface