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
Datei anzeigen Open project: sylius/sylius

Public Methods

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

Protected Methods

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

Method Details

createEnabledForChannelQueryBuilder() protected method

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

createListQueryBuilder() public method

public createListQueryBuilder ( $locale )

findEnabledForChannel() public method

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

findEnabledForZonesAndChannel() public method

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