PHP Class Sylius\Behat\Page\Admin\ProductReview\UpdatePage

Author: Grzegorz Sadowski ([email protected])
Inheritance: extends Sylius\Behat\Page\Admin\Crud\UpdatePage, implements Sylius\Behat\Page\Admin\ProductReview\UpdatePageInterface
Mostrar archivo Open project: sylius/sylius

Public Methods

Method Description
chooseRating ( $rating )
getCustomerName ( )
getProductName ( )
getRating ( )
specifyComment ( $comment )
specifyTitle ( $title )

Protected Methods

Method Description
getDefinedElements ( )

Method Details

chooseRating() public method

public chooseRating ( $rating )

getCustomerName() public method

public getCustomerName ( )

getDefinedElements() protected method

protected getDefinedElements ( )

getProductName() public method

public getProductName ( )

getRating() public method

public getRating ( )

specifyComment() public method

public specifyComment ( $comment )

specifyTitle() public method

public specifyTitle ( $title )