PHP Класс Symfony\Component\Form\Extension\Core\EventListener\ResizeFormListener

Автор: Bernhard Schussek ([email protected])
Наследование: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( Symfony\Component\Form\FormFactoryInterface $factory, $type, array $options = [], $allowAdd = false, $allowDelete = false )
getSubscribedEvents ( )
onBindNormData ( Symfony\Component\Form\Event\FilterDataEvent $event )
preBind ( Symfony\Component\Form\Event\DataEvent $event )
preSetData ( Symfony\Component\Form\Event\DataEvent $event )

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

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

public __construct ( Symfony\Component\Form\FormFactoryInterface $factory, $type, array $options = [], $allowAdd = false, $allowDelete = false )
$factory Symfony\Component\Form\FormFactoryInterface
$options array

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

public static getSubscribedEvents ( )

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

public onBindNormData ( Symfony\Component\Form\Event\FilterDataEvent $event )
$event Symfony\Component\Form\Event\FilterDataEvent

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

public preBind ( Symfony\Component\Form\Event\DataEvent $event )
$event Symfony\Component\Form\Event\DataEvent

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

public preSetData ( Symfony\Component\Form\Event\DataEvent $event )
$event Symfony\Component\Form\Event\DataEvent