PHP Класс Sylius\Behat\Page\Admin\ProductVariant\UpdatePage

Автор: Łukasz Chruściel ([email protected])
Наследование: extends Sylius\Behat\Page\Admin\Crud\UpdatePage, implements Sylius\Behat\Page\Admin\ProductVariant\UpdatePageInterface, use trait Sylius\Behat\Behaviour\ChecksCodeImmutability
Показать файл Открыть проект

Открытые методы

Метод Описание
disableTracking ( )
enableTracking ( )
getPriceForChannel ( $channelName )
getPricingConfigurationForChannelAndCurrencyCalculator ( Sylius\Component\Core\Model\ChannelInterface $channel, Sylius\Component\Currency\Model\CurrencyInterface $currency )
isTracked ( )
specifyPrice ( $price )

Защищенные методы

Метод Описание
getCodeElement ( )
getDefinedElements ( )

Описание методов

disableTracking() публичный Метод

public disableTracking ( )

enableTracking() публичный Метод

public enableTracking ( )

getCodeElement() защищенный Метод

protected getCodeElement ( )

getDefinedElements() защищенный Метод

protected getDefinedElements ( )

getPriceForChannel() публичный Метод

public getPriceForChannel ( $channelName )

getPricingConfigurationForChannelAndCurrencyCalculator() публичный Метод

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 isTracked ( )

specifyPrice() публичный Метод

public specifyPrice ( $price )