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
파일 보기 프로젝트 열기: sylius/sylius

공개 메소드들

메소드 설명
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 )