PHP 인터페이스 Sylius\Behat\Page\Admin\ProductVariant\UpdatePageInterface

저자: Łukasz Chruściel ([email protected])
상속: extends Sylius\Behat\Page\Admin\Crud\UpdatePageInterface
파일 보기 프로젝트 열기: sylius/sylius 0 사용 예제들

공개 메소드들

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

메소드 상세

disableTracking() 공개 메소드

public disableTracking ( )

enableTracking() 공개 메소드

public enableTracking ( )

getPriceForChannel() 공개 메소드

public getPriceForChannel ( string $channelName ) : string
$channelName string
리턴 string

getPricingConfigurationForChannelAndCurrencyCalculator() 공개 메소드

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
리턴 string

isCodeDisabled() 공개 메소드

public isCodeDisabled ( ) : boolean
리턴 boolean

isTracked() 공개 메소드

public isTracked ( ) : boolean
리턴 boolean

specifyPrice() 공개 메소드

public specifyPrice ( integer $price )
$price integer