PHP Class Sylius\Behat\Page\Shop\ProductReview\CreatePage

Author: Mateusz Zalewski ([email protected])
Inheritance: extends Sylius\Behat\Page\SymfonyPage, implements Sylius\Behat\Page\Shop\ProductReview\CreatePageInterface
Afficher le fichier Open project: sylius/sylius

Méthodes publiques

Méthode Description
getAuthorValidationMessage ( )
getCommentValidationMessage ( )
getRateValidationMessage ( )
getRouteName ( )
getTitleValidationMessage ( )
rateReview ( $rate )
setAuthor ( $author )
setComment ( $comment )
submitReview ( )
titleReview ( $title )

Méthodes protégées

Méthode Description
getDefinedElements ( )

Method Details

getAuthorValidationMessage() public méthode

getCommentValidationMessage() public méthode

getDefinedElements() protected méthode

protected getDefinedElements ( )

getRateValidationMessage() public méthode

getRouteName() public méthode

public getRouteName ( )

getTitleValidationMessage() public méthode

rateReview() public méthode

public rateReview ( $rate )

setAuthor() public méthode

public setAuthor ( $author )

setComment() public méthode

public setComment ( $comment )

submitReview() public méthode

public submitReview ( )

titleReview() public méthode

public titleReview ( $title )