Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Sylius
Behat
Page
Shop
Order
ShowPageInterface
PHP Interface Sylius\Behat\Page\Shop\Order\ShowPageInterface
Author:
Arkadiusz Krakowiak (
[email protected]
)
Inheritance:
extends
Sylius\Behat\Page\SymfonyPageInterface
ファイルを表示
Open project: sylius/sylius
Interface Usage Examples
Public Methods
Method
Description
choosePaymentMethod
(
string
$paymentMethodName
)
getNotifications
( ) :
string[]
hasPayAction
( ) :
boolean
pay
( )
Method Details
choosePaymentMethod()
public
method
public
choosePaymentMethod
(
string
$paymentMethodName
)
$paymentMethodName
string
getNotifications()
public
method
public
getNotifications
( ) :
string[]
return
string[]
hasPayAction()
public
method
public
hasPayAction
( ) :
boolean
return
boolean
pay()
public
method
public
pay
( )