PHP 클래스 Sylius\Bundle\CoreBundle\Doctrine\ORM\AddressRepository

저자: Anna Walasek ([email protected])
저자: Jan Góralski ([email protected])
상속: extends Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository, implements Sylius\Component\Core\Repository\AddressRepositoryInterface
파일 보기 프로젝트 열기: sylius/sylius

공개 메소드들

메소드 설명
findByCustomer ( Sylius\Component\Core\Model\CustomerInterface $customer )
findOneByCustomer ( $id, Sylius\Component\Core\Model\CustomerInterface $customer )

메소드 상세

findByCustomer() 공개 메소드

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

findOneByCustomer() 공개 메소드

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