PHP 클래스 Sylius\Behat\Page\Shop\Account\Order\ShowPage

저자: Grzegorz Sadowski ([email protected])
상속: extends Sylius\Behat\Page\SymfonyPage, implements Sylius\Behat\Page\Shop\Account\Order\ShowPageInterface
파일 보기 프로젝트 열기: sylius/sylius

공개 메소드들

메소드 설명
__construct ( Behat\Mink\Session $session, array $parameters, Symfony\Component\Routing\RouterInterface $router, Sylius\Behat\Service\Accessor\TableAccessorInterface $tableAccessor )
countItems ( )
getItemPrice ( )
getNumber ( )
getPaymentPrice ( )
getRouteName ( )
getSubtotal ( )
getTotal ( )
hasBillingAddress ( $customerName, $street, $postcode, $city, $countryName )
hasBillingProvinceName ( $provinceName )
hasShippingAddress ( $customerName, $street, $postcode, $city, $countryName )
hasShippingProvinceName ( $provinceName )
isProductInTheList ( $name )

보호된 메소드들

메소드 설명
getDefinedElements ( )

비공개 메소드들

메소드 설명
hasAddress ( string $elementText, string $customerName, string $street, string $postcode, string $city, string $countryName ) : boolean

메소드 상세

__construct() 공개 메소드

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

countItems() 공개 메소드

public countItems ( )

getDefinedElements() 보호된 메소드

protected getDefinedElements ( )

getItemPrice() 공개 메소드

public getItemPrice ( )

getNumber() 공개 메소드

public getNumber ( )

getPaymentPrice() 공개 메소드

public getPaymentPrice ( )

getRouteName() 공개 메소드

public getRouteName ( )

getSubtotal() 공개 메소드

public getSubtotal ( )

getTotal() 공개 메소드

public getTotal ( )

hasBillingAddress() 공개 메소드

public hasBillingAddress ( $customerName, $street, $postcode, $city, $countryName )

hasBillingProvinceName() 공개 메소드

public hasBillingProvinceName ( $provinceName )

hasShippingAddress() 공개 메소드

public hasShippingAddress ( $customerName, $street, $postcode, $city, $countryName )

hasShippingProvinceName() 공개 메소드

public hasShippingProvinceName ( $provinceName )

isProductInTheList() 공개 메소드

public isProductInTheList ( $name )