PHP Interface Sylius\Behat\Page\Shop\Product\IndexPageInterface

Author: Anna Walasek ([email protected])
Author: Paweł Jędrzejewski ([email protected])
Mostrar archivo Open project: sylius/sylius Interface Usage Examples

Public Methods

Method Description
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 )

Method Details

clearFilter() public method

public clearFilter ( )

countProductsItems() public method

public countProductsItems ( ) : integer
return integer

getFirstProductNameFromList() public method

hasProductsInOrder() public method

public hasProductsInOrder ( array $productNames ) : boolean
$productNames array
return boolean

isEmpty() public method

public isEmpty ( ) : boolean
return boolean

isProductOnList() public method

public isProductOnList ( string $productName ) : boolean
$productName string
return boolean

isProductOnPageWithName() public method

public isProductOnPageWithName ( string $name ) : boolean
$name string
return boolean

isProductWithPriceOnList() public method

public isProductWithPriceOnList ( string $productName, string $productPrice ) : boolean
$productName string
$productPrice string
return boolean