Méthode | Description | |
---|---|---|
activateLanguageTab ( string $locale ) | ||
associateProducts ( Sylius\Component\Product\Model\ProductAssociationTypeInterface $productAssociationType, array $productsNames ) | ||
attachImage ( string $path, string $code = null ) | ||
changeImageWithCode ( string $code, string $path ) | ||
countImages ( ) : integer | ||
disableTracking ( ) | ||
enableSlugModification ( string $locale ) | ||
enableTracking ( ) | ||
getAttributeValue ( string $attribute ) : string | ||
getPriceForChannel ( string $channelName ) : string | ||
getPricingConfigurationForChannelAndCurrencyCalculator ( Sylius\Component\Core\Model\ChannelInterface $channel, Sylius\Component\Currency\Model\CurrencyInterface $currency ) : string | ||
getSlug ( string $locale ) : string | ||
getValidationMessageForImage ( ) : string | ||
hasAssociatedProduct ( string $productName, Sylius\Component\Product\Model\ProductAssociationTypeInterface $productAssociationType ) : boolean | ||
hasAttribute ( string $attribute ) : boolean | ||
isCodeDisabled ( ) : boolean | ||
isImageCodeDisabled ( ) : boolean | ||
isImageWithCodeDisplayed ( string $code ) : boolean | ||
isMainTaxonChosen ( string $taxonName ) : boolean | ||
isSlugReadOnlyIn ( $locale ) : boolean | ||
isTracked ( ) : boolean | ||
nameItIn ( string $name, string $localeCode ) | ||
removeAssociatedProduct ( string $productName, Sylius\Component\Product\Model\ProductAssociationTypeInterface $productAssociationType ) | ||
removeFirstImage ( ) | ||
removeImageWithCode ( string $code ) | ||
selectMainTaxon ( Sylius\Component\Core\Model\TaxonInterface $taxon ) | ||
specifyPrice ( string $channelName, integer $price ) | ||
specifySlugIn ( string $slug, string $locale ) |
public associateProducts ( Sylius\Component\Product\Model\ProductAssociationTypeInterface $productAssociationType, array $productsNames ) | ||
$productAssociationType | Sylius\Component\Product\Model\ProductAssociationTypeInterface | |
$productsNames | array |
public attachImage ( string $path, string $code = null ) | ||
$path | string | |
$code | string |
public changeImageWithCode ( string $code, string $path ) | ||
$code | string | |
$path | string |
public enableSlugModification ( string $locale ) | ||
$locale | string |
public getAttributeValue ( string $attribute ) : string | ||
$attribute | string | |
Résultat | string |
public getPriceForChannel ( string $channelName ) : string | ||
$channelName | string | |
Résultat | string |
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 |
public getValidationMessageForImage ( ) : string | ||
Résultat | string |
public hasAssociatedProduct ( string $productName, Sylius\Component\Product\Model\ProductAssociationTypeInterface $productAssociationType ) : boolean | ||
$productName | string | |
$productAssociationType | Sylius\Component\Product\Model\ProductAssociationTypeInterface | |
Résultat | boolean |
public hasAttribute ( string $attribute ) : boolean | ||
$attribute | string | |
Résultat | boolean |
public isImageWithCodeDisplayed ( string $code ) : boolean | ||
$code | string | |
Résultat | boolean |
public isMainTaxonChosen ( string $taxonName ) : boolean | ||
$taxonName | string | |
Résultat | boolean |
public removeAssociatedProduct ( string $productName, Sylius\Component\Product\Model\ProductAssociationTypeInterface $productAssociationType ) | ||
$productName | string | |
$productAssociationType | Sylius\Component\Product\Model\ProductAssociationTypeInterface |
public selectMainTaxon ( Sylius\Component\Core\Model\TaxonInterface $taxon ) | ||
$taxon | Sylius\Component\Core\Model\TaxonInterface |
public specifyPrice ( string $channelName, integer $price ) | ||
$channelName | string | |
$price | integer |
public specifySlugIn ( string $slug, string $locale ) | ||
$slug | string | |
$locale | string |