PHP Class Sylius\Behat\Page\Admin\ProductVariant\UpdatePage

Author: Łukasz Chruściel ([email protected])
Inheritance: extends Sylius\Behat\Page\Admin\Crud\UpdatePage, implements Sylius\Behat\Page\Admin\ProductVariant\UpdatePageInterface, use trait Sylius\Behat\Behaviour\ChecksCodeImmutability
ファイルを表示 Open project: sylius/sylius

Public Methods

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

Protected Methods

Method Description
getCodeElement ( )
getDefinedElements ( )

Method Details

disableTracking() public method

public disableTracking ( )

enableTracking() public method

public enableTracking ( )

getCodeElement() protected method

protected getCodeElement ( )

getDefinedElements() protected method

protected getDefinedElements ( )

getPriceForChannel() public method

public getPriceForChannel ( $channelName )

getPricingConfigurationForChannelAndCurrencyCalculator() public method

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

isTracked() public method

public isTracked ( )

specifyPrice() public method

public specifyPrice ( $price )