PHP Interface Sylius\Behat\Page\Admin\ProductVariant\UpdatePageInterface

Author: Łukasz Chruściel ([email protected])
Inheritance: extends Sylius\Behat\Page\Admin\Crud\UpdatePageInterface
Afficher le fichier Open project: sylius/sylius Interface Usage Examples

Méthodes publiques

Méthode Description
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 )

Method Details

disableTracking() public méthode

public disableTracking ( )

enableTracking() public méthode

public enableTracking ( )

getPriceForChannel() public méthode

public getPriceForChannel ( string $channelName ) : string
$channelName string
Résultat string

getPricingConfigurationForChannelAndCurrencyCalculator() public méthode

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
Résultat string

isCodeDisabled() public méthode

public isCodeDisabled ( ) : boolean
Résultat boolean

isTracked() public méthode

public isTracked ( ) : boolean
Résultat boolean

specifyPrice() public méthode

public specifyPrice ( integer $price )
$price integer