PHP Interface Sylius\Behat\Page\Admin\ProductVariant\UpdatePageInterface

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

Public Methods

Method Description
disableTracking ( )
enableTracking ( )
getPriceForChannel ( string $channelName ) : string
getPricingConfigurationForChannelAndCurrencyCalculator ( Sylius\Component\Core\Model\ChannelInterface $channel, Sylius\Component\Currency\Model\CurrencyInterface $currency ) : string
isCodeDisabled ( ) : boolean
isTracked ( ) : boolean
specifyPrice ( integer $price )

Method Details

disableTracking() public method

public disableTracking ( )

enableTracking() public method

public enableTracking ( )

getPriceForChannel() public method

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

getPricingConfigurationForChannelAndCurrencyCalculator() public method

public getPricingConfigurationForChannelAndCurrencyCalculator ( Sylius\Component\Core\Model\ChannelInterface $channel, Sylius\Component\Currency\Model\CurrencyInterface $currency ) : string
$channel Sylius\Component\Core\Model\ChannelInterface
$currency Sylius\Component\Currency\Model\CurrencyInterface
return string

isCodeDisabled() public method

public isCodeDisabled ( ) : boolean
return boolean

isTracked() public method

public isTracked ( ) : boolean
return boolean

specifyPrice() public method

public specifyPrice ( integer $price )
$price integer