PHP 클래스 Elcodi\Admin\PageBundle\Form\EventListener\PermanentPageSubscriber

상속: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
파일 보기 프로젝트 열기: elcodi/bamboo

공개 메소드들

메소드 설명
getSubscribedEvents ( ) : array Gets the events which the class is subscribed to.
preSetData ( Symfony\Component\Form\FormEvent $event ) This method is called during the Form::setData() call and removes the options that are not allowed for persistent pages.

메소드 상세

getSubscribedEvents() 공개 정적인 메소드

Gets the events which the class is subscribed to.
public static getSubscribedEvents ( ) : array
리턴 array The array of events and methods to call.

preSetData() 공개 메소드

This method is called during the Form::setData() call and removes the options that are not allowed for persistent pages.
public preSetData ( Symfony\Component\Form\FormEvent $event )
$event Symfony\Component\Form\FormEvent The form event launched.