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

저자: Paweł Jędrzejewski ([email protected])
저자: Gonzalo Vilaseca ([email protected])
상속: extends Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductRepository, implements Sylius\Component\Core\Repository\ProductRepositoryInterface
파일 보기 프로젝트 열기: sylius/sylius

공개 메소드들

메소드 설명
createListQueryBuilder ( $locale, $taxonId = null )
createQueryBuilderByChannelAndTaxonSlug ( Sylius\Component\Core\Model\ChannelInterface $channel, $taxonSlug, $locale )
findLatestByChannel ( Sylius\Component\Core\Model\ChannelInterface $channel, $count )
findOneBySlug ( $slug )
findOneBySlugAndChannel ( $slug, Sylius\Component\Core\Model\ChannelInterface $channel )

메소드 상세

createListQueryBuilder() 공개 메소드

public createListQueryBuilder ( $locale, $taxonId = null )

createQueryBuilderByChannelAndTaxonSlug() 공개 메소드

public createQueryBuilderByChannelAndTaxonSlug ( Sylius\Component\Core\Model\ChannelInterface $channel, $taxonSlug, $locale )
$channel Sylius\Component\Core\Model\ChannelInterface

findLatestByChannel() 공개 메소드

public findLatestByChannel ( Sylius\Component\Core\Model\ChannelInterface $channel, $count )
$channel Sylius\Component\Core\Model\ChannelInterface

findOneBySlug() 공개 메소드

public findOneBySlug ( $slug )

findOneBySlugAndChannel() 공개 메소드

public findOneBySlugAndChannel ( $slug, Sylius\Component\Core\Model\ChannelInterface $channel )
$channel Sylius\Component\Core\Model\ChannelInterface