Sylius\Behat\Context\Ui\Admin\ManagingProductVariantsContext::iSpecifyThereAreVariantsIdentifiedByCodeWithCost PHP Method

iSpecifyThereAreVariantsIdentifiedByCodeWithCost() public method

public iSpecifyThereAreVariantsIdentifiedByCodeWithCost ( $nthVariant, $code, $price, $channelName )
    public function iSpecifyThereAreVariantsIdentifiedByCodeWithCost($nthVariant, $code, $price, $channelName)
    {
        $this->generatePage->nameCode($nthVariant - 1, $code);
        $this->generatePage->specifyPrice($nthVariant - 1, $price, $channelName);
    }
ManagingProductVariantsContext