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

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

Méthodes publiques

Méthode 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 méthode

public clearFilter ( )

countProductsItems() public méthode

public countProductsItems ( ) : integer
Résultat integer

getFirstProductNameFromList() public méthode

public getFirstProductNameFromList ( ) : string
Résultat string

hasProductsInOrder() public méthode

public hasProductsInOrder ( array $productNames ) : boolean
$productNames array
Résultat boolean

isEmpty() public méthode

public isEmpty ( ) : boolean
Résultat boolean

isProductOnList() public méthode

public isProductOnList ( string $productName ) : boolean
$productName string
Résultat boolean

isProductOnPageWithName() public méthode

public isProductOnPageWithName ( string $name ) : boolean
$name string
Résultat boolean

isProductWithPriceOnList() public méthode

public isProductWithPriceOnList ( string $productName, string $productPrice ) : boolean
$productName string
$productPrice string
Résultat boolean