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

Author: Michał Marcinkowski ([email protected])
Inheritance: extends Sylius\Bundle\ShippingBundle\Doctrine\ORM\ShippingMethodRepository, implements Sylius\Component\Core\Repository\ShippingMethodRepositoryInterface
Afficher le fichier Open project: sylius/sylius

Méthodes publiques

Méthode Description
createListQueryBuilder ( $locale )
findEnabledForChannel ( Sylius\Component\Core\Model\ChannelInterface $channel )
findEnabledForZonesAndChannel ( array $zones, Sylius\Component\Core\Model\ChannelInterface $channel )

Méthodes protégées

Méthode Description
createEnabledForChannelQueryBuilder ( Sylius\Component\Core\Model\ChannelInterface $channel ) : Doctrine\ORM\QueryBuilder

Method Details

createEnabledForChannelQueryBuilder() protected méthode

protected createEnabledForChannelQueryBuilder ( Sylius\Component\Core\Model\ChannelInterface $channel ) : Doctrine\ORM\QueryBuilder
$channel Sylius\Component\Core\Model\ChannelInterface
Résultat Doctrine\ORM\QueryBuilder

createListQueryBuilder() public méthode

public createListQueryBuilder ( $locale )

findEnabledForChannel() public méthode

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

findEnabledForZonesAndChannel() public méthode

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