PHP Класс Elcodi\Admin\ProductBundle\Controller\VariantController

Наследование: extends Elcodi\Admin\CoreBundle\Controller\Abstracts\AbstractAdminController
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
getUniqueAttributesFromVariant ( Elcodi\Component\Product\Entity\Interfaces\VariantInterface $variant ) : array Given a Variant, return a list of the associated Attributes

Описание методов

deleteAction() публичный Метод

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
Результат Symfony\Component\HttpFoundation\RedirectResponse Redirect response

disableAction() публичный Метод

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
Результат array Result

editAction() публичный Метод

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
Результат Symfony\Component\HttpFoundation\RedirectResponse Redirect response

enableAction() публичный Метод

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
Результат array Result

getUniqueAttributesFromVariant() защищенный Метод

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
Результат array