PHP 인터페이스 Sylius\Behat\Page\Shop\Product\IndexPageInterface

저자: Anna Walasek ([email protected])
저자: Paweł Jędrzejewski ([email protected])
파일 보기 프로젝트 열기: sylius/sylius 0 사용 예제들

공개 메소드들

메소드 설명
clearFilter ( )
countProductsItems ( ) : integer
getFirstProductNameFromList ( ) : string
hasProductsInOrder ( array $productNames ) : boolean
isEmpty ( ) : boolean
isProductOnList ( string $productName ) : boolean
isProductOnPageWithName ( string $name ) : boolean
isProductWithPriceOnList ( string $productName, string $productPrice ) : boolean
search ( string $name )

메소드 상세

clearFilter() 공개 메소드

public clearFilter ( )

countProductsItems() 공개 메소드

public countProductsItems ( ) : integer
리턴 integer

getFirstProductNameFromList() 공개 메소드

hasProductsInOrder() 공개 메소드

public hasProductsInOrder ( array $productNames ) : boolean
$productNames array
리턴 boolean

isEmpty() 공개 메소드

public isEmpty ( ) : boolean
리턴 boolean

isProductOnList() 공개 메소드

public isProductOnList ( string $productName ) : boolean
$productName string
리턴 boolean

isProductOnPageWithName() 공개 메소드

public isProductOnPageWithName ( string $name ) : boolean
$name string
리턴 boolean

isProductWithPriceOnList() 공개 메소드

public isProductWithPriceOnList ( string $productName, string $productPrice ) : boolean
$productName string
$productPrice string
리턴 boolean