PHP Класс WellCommerce\Bundle\LayoutBundle\EventListener\LayoutBoxSubscriber

Автор: Adam Piotrowski ([email protected])
Наследование: extends WellCommerce\Bundle\CoreBundle\EventListener\AbstractEventSubscriber
Показать файл Открыть проект

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

Метод Описание
getSubscribedEvents ( )
onLayoutBoxFormInit ( FormEvent $event ) Adds configurator fields to main layout box edit form.
onLayoutBoxPreUpdate ( WellCommerce\Bundle\DoctrineBundle\Event\EntityEvent $event ) Sets resource settings fetched from fieldset corresponding to selected box type

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

Метод Описание
getBoxSettingsFromRequest ( Request $request )

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

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

protected getBoxSettingsFromRequest ( Request $request )
$request Symfony\Component\HttpFoundation\Request

getSubscribedEvents() публичный статический Метод

public static getSubscribedEvents ( )

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

Loops through all configurators, renders the fieldset and sets default data
public onLayoutBoxFormInit ( FormEvent $event )
$event WellCommerce\Component\Form\Event\FormEvent

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

Sets resource settings fetched from fieldset corresponding to selected box type
public onLayoutBoxPreUpdate ( WellCommerce\Bundle\DoctrineBundle\Event\EntityEvent $event )
$event WellCommerce\Bundle\DoctrineBundle\Event\EntityEvent