PHP Interface Sylius\Component\Core\Repository\PaymentMethodRepositoryInterface

Author: Anna Walasek ([email protected])
Inheritance: extends Sylius\Component\Payment\Repository\PaymentMethodRepositoryInterface
Mostra file Open project: sylius/sylius Interface Usage Examples

Public Methods

Method Description
createListQueryBuilder ( string $locale ) : Doctrine\ORM\QueryBuilder
findEnabledForChannel ( Sylius\Component\Core\Model\ChannelInterface $channel ) : array

Method Details

createListQueryBuilder() public method

public createListQueryBuilder ( string $locale ) : Doctrine\ORM\QueryBuilder
$locale string
return Doctrine\ORM\QueryBuilder

findEnabledForChannel() public method

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