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

저자: Michał Marcinkowski ([email protected])
상속: extends Sylius\Bundle\ShippingBundle\Doctrine\ORM\ShippingMethodRepository, implements Sylius\Component\Core\Repository\ShippingMethodRepositoryInterface
파일 보기 프로젝트 열기: sylius/sylius

공개 메소드들

메소드 설명
createListQueryBuilder ( $locale )
findEnabledForChannel ( Sylius\Component\Core\Model\ChannelInterface $channel )
findEnabledForZonesAndChannel ( array $zones, Sylius\Component\Core\Model\ChannelInterface $channel )

보호된 메소드들

메소드 설명
createEnabledForChannelQueryBuilder ( Sylius\Component\Core\Model\ChannelInterface $channel ) : Doctrine\ORM\QueryBuilder

메소드 상세

createEnabledForChannelQueryBuilder() 보호된 메소드

protected createEnabledForChannelQueryBuilder ( Sylius\Component\Core\Model\ChannelInterface $channel ) : Doctrine\ORM\QueryBuilder
$channel Sylius\Component\Core\Model\ChannelInterface
리턴 Doctrine\ORM\QueryBuilder

createListQueryBuilder() 공개 메소드

public createListQueryBuilder ( $locale )

findEnabledForChannel() 공개 메소드

public findEnabledForChannel ( Sylius\Component\Core\Model\ChannelInterface $channel )
$channel Sylius\Component\Core\Model\ChannelInterface

findEnabledForZonesAndChannel() 공개 메소드

public findEnabledForZonesAndChannel ( array $zones, Sylius\Component\Core\Model\ChannelInterface $channel )
$zones array
$channel Sylius\Component\Core\Model\ChannelInterface