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
Afficher le fichier Open project: sylius/sylius

Méthodes publiques

Méthode Description
findByCustomer ( Sylius\Component\Core\Model\CustomerInterface $customer )
findOneByCustomer ( $id, Sylius\Component\Core\Model\CustomerInterface $customer )

Method Details

findByCustomer() public méthode

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

findOneByCustomer() public méthode

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