PHP 인터페이스 Sylius\Component\Core\Repository\PaymentMethodRepositoryInterface

저자: Anna Walasek ([email protected])
상속: extends Sylius\Component\Payment\Repository\PaymentMethodRepositoryInterface
파일 보기 프로젝트 열기: sylius/sylius 0 사용 예제들

공개 메소드들

메소드 설명
createListQueryBuilder ( string $locale ) : Doctrine\ORM\QueryBuilder
findEnabledForChannel ( Sylius\Component\Core\Model\ChannelInterface $channel ) : array

메소드 상세

createListQueryBuilder() 공개 메소드

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

findEnabledForChannel() 공개 메소드

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