PHP Class Elcodi\Admin\ProductBundle\Controller\VariantController

Inheritance: extends Elcodi\Admin\CoreBundle\Controller\Abstracts\AbstractAdminController
Afficher le fichier Open project: elcodi/bamboo

Méthodes publiques

Méthode Description
deleteAction ( Request $request, mixed $variant, string $redirectPath = null ) : RedirectResponse Delete element action
disableAction ( Request $request, Elcodi\Component\Core\Entity\Interfaces\EnabledInterface $entity ) : array Disable entity
editAction ( Symfony\Component\Form\FormInterface $form, Elcodi\Component\Product\Entity\Interfaces\ProductInterface $product, Elcodi\Component\Product\Entity\Interfaces\VariantInterface $variant, boolean $isValid ) : RedirectResponse Edit and Saves product
enableAction ( Request $request, Elcodi\Component\Core\Entity\Interfaces\EnabledInterface $variant ) : array Enable entity

Méthodes protégées

Méthode Description
getUniqueAttributesFromVariant ( Elcodi\Component\Product\Entity\Interfaces\VariantInterface $variant ) : array Given a Variant, return a list of the associated Attributes

Method Details

deleteAction() public méthode

Delete element action
public deleteAction ( Request $request, mixed $variant, string $redirectPath = null ) : RedirectResponse
$request Symfony\Component\HttpFoundation\Request Request
$variant mixed Variant to delete
$redirectPath string Redirect path
Résultat Symfony\Component\HttpFoundation\RedirectResponse Redirect response

disableAction() public méthode

Disable entity
public disableAction ( Request $request, Elcodi\Component\Core\Entity\Interfaces\EnabledInterface $entity ) : array
$request Symfony\Component\HttpFoundation\Request Request
$entity Elcodi\Component\Core\Entity\Interfaces\EnabledInterface Entity to disable
Résultat array Result

editAction() public méthode

Edit and Saves product
public editAction ( Symfony\Component\Form\FormInterface $form, Elcodi\Component\Product\Entity\Interfaces\ProductInterface $product, Elcodi\Component\Product\Entity\Interfaces\VariantInterface $variant, boolean $isValid ) : RedirectResponse
$form Symfony\Component\Form\FormInterface Form
$product Elcodi\Component\Product\Entity\Interfaces\ProductInterface Product
$variant Elcodi\Component\Product\Entity\Interfaces\VariantInterface Variant
$isValid boolean Is valid
Résultat Symfony\Component\HttpFoundation\RedirectResponse Redirect response

enableAction() public méthode

Enable entity
public enableAction ( Request $request, Elcodi\Component\Core\Entity\Interfaces\EnabledInterface $variant ) : array
$request Symfony\Component\HttpFoundation\Request Request
$variant Elcodi\Component\Core\Entity\Interfaces\EnabledInterface Product variant to enable
Résultat array Result

getUniqueAttributesFromVariant() protected méthode

The Attribute is fetched from the "options" relation. In theory each option in a Variant should belong to a different Attribute.
protected getUniqueAttributesFromVariant ( Elcodi\Component\Product\Entity\Interfaces\VariantInterface $variant ) : array
$variant Elcodi\Component\Product\Entity\Interfaces\VariantInterface
Résultat array