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
Afficher le fichier Open project: sylius/sylius

Méthodes publiques

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

Méthodes protégées

Méthode Description
getCodeElement ( )
getDefinedElements ( )

Method Details

disableTracking() public méthode

public disableTracking ( )

enableTracking() public méthode

public enableTracking ( )

getCodeElement() protected méthode

protected getCodeElement ( )

getDefinedElements() protected méthode

protected getDefinedElements ( )

getPriceForChannel() public méthode

public getPriceForChannel ( $channelName )

getPricingConfigurationForChannelAndCurrencyCalculator() public méthode

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 méthode

public isTracked ( )

specifyPrice() public méthode

public specifyPrice ( $price )