PHP Class Sylius\Behat\Page\Shop\Account\Order\IndexPage

Author: Grzegorz Sadowski ([email protected])
Inheritance: extends Sylius\Behat\Page\SymfonyPage, implements Sylius\Behat\Page\Shop\Account\Order\IndexPageInterface
Show file Open project: sylius/sylius

Public Methods

Method Description
__construct ( Behat\Mink\Session $session, array $parameters, Symfony\Component\Routing\RouterInterface $router, Sylius\Behat\Service\Accessor\TableAccessorInterface $tableAccessor )
countOrders ( )
getRouteName ( )
isItPossibleToChangePaymentMethodForOrder ( Sylius\Component\Core\Model\OrderInterface $order ) {@inheritDoc}
isOrderWithNumberInTheList ( $number )
openLastOrderPage ( )

Protected Methods

Method Description
getDefinedElements ( )

Method Details

__construct() public method

public __construct ( Behat\Mink\Session $session, array $parameters, Symfony\Component\Routing\RouterInterface $router, Sylius\Behat\Service\Accessor\TableAccessorInterface $tableAccessor )
$session Behat\Mink\Session
$parameters array
$router Symfony\Component\Routing\RouterInterface
$tableAccessor Sylius\Behat\Service\Accessor\TableAccessorInterface

countOrders() public method

public countOrders ( )

getDefinedElements() protected method

protected getDefinedElements ( )

getRouteName() public method

public getRouteName ( )

isItPossibleToChangePaymentMethodForOrder() public method

{@inheritDoc}
public isItPossibleToChangePaymentMethodForOrder ( Sylius\Component\Core\Model\OrderInterface $order )
$order Sylius\Component\Core\Model\OrderInterface

isOrderWithNumberInTheList() public method

public isOrderWithNumberInTheList ( $number )

openLastOrderPage() public method

public openLastOrderPage ( )