PHP Interface Sylius\Behat\Page\Admin\ShippingMethod\CreatePageInterface

Author: Łukasz Chruściel ([email protected])
Inheritance: extends Sylius\Behat\Page\Admin\Crud\CreatePageInterface
Show file Open project: sylius/sylius Interface Usage Examples

Public Methods

Method Description
checkChannel ( $channelName ) : string
chooseCalculator ( string $name )
chooseZone ( string $name )
describeIt ( string $description, string $languageCode )
getValidationMessageForAmount ( string $channelCode ) : string
nameIt ( string $name, string $language )
specifyAmountForChannel ( string $channelCode, string $amount )
specifyCode ( string $code )
specifyPosition ( integer | null $position )

Method Details

checkChannel() public method

public checkChannel ( $channelName ) : string
return string $channelName

chooseCalculator() public method

public chooseCalculator ( string $name )
$name string

chooseZone() public method

public chooseZone ( string $name )
$name string

describeIt() public method

public describeIt ( string $description, string $languageCode )
$description string
$languageCode string

getValidationMessageForAmount() public method

public getValidationMessageForAmount ( string $channelCode ) : string
$channelCode string
return string

nameIt() public method

public nameIt ( string $name, string $language )
$name string
$language string

specifyAmountForChannel() public method

public specifyAmountForChannel ( string $channelCode, string $amount )
$channelCode string
$amount string

specifyCode() public method

public specifyCode ( string $code )
$code string

specifyPosition() public method

public specifyPosition ( integer | null $position )
$position integer | null