PHP 클래스 Symfony\Component\Form\Extension\DataCollector\FormDataCollector

저자: Robert Schönthal ([email protected])
저자: Bernhard Schussek ([email protected])
상속: extends Symfony\Component\HttpKernel\DataCollector\DataCollector, implements Symfony\Component\Form\Extension\DataCollector\FormDataCollectorInterface
파일 보기 프로젝트 열기: symfony/symfony 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Form\Extension\DataCollector\FormDataExtractorInterface $dataExtractor )
associateFormWithView ( Symfony\Component\Form\FormInterface $form, Symfony\Component\Form\FormView $view )
buildFinalFormTree ( Symfony\Component\Form\FormInterface $form, Symfony\Component\Form\FormView $view )
buildPreliminaryFormTree ( Symfony\Component\Form\FormInterface $form )
collect ( Request $request, Response $response, Exception $exception = null ) Does nothing. The data is collected during the form event listeners.
collectConfiguration ( Symfony\Component\Form\FormInterface $form )
collectDefaultData ( Symfony\Component\Form\FormInterface $form )
collectSubmittedData ( Symfony\Component\Form\FormInterface $form )
collectViewVariables ( Symfony\Component\Form\FormView $view )
getData ( )
getName ( )
serialize ( )

보호된 메소드들

메소드 설명
cloneVar ( $var, $isClass = false )

비공개 메소드들

메소드 설명
recursiveBuildFinalFormTree ( Symfony\Component\Form\FormInterface $form = null, Symfony\Component\Form\FormView $view, array &$outputByHash )
recursiveBuildPreliminaryFormTree ( Symfony\Component\Form\FormInterface $form, array &$outputByHash )

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\Form\Extension\DataCollector\FormDataExtractorInterface $dataExtractor )
$dataExtractor Symfony\Component\Form\Extension\DataCollector\FormDataExtractorInterface

associateFormWithView() 공개 메소드

public associateFormWithView ( Symfony\Component\Form\FormInterface $form, Symfony\Component\Form\FormView $view )
$form Symfony\Component\Form\FormInterface
$view Symfony\Component\Form\FormView

buildFinalFormTree() 공개 메소드

public buildFinalFormTree ( Symfony\Component\Form\FormInterface $form, Symfony\Component\Form\FormView $view )
$form Symfony\Component\Form\FormInterface
$view Symfony\Component\Form\FormView

buildPreliminaryFormTree() 공개 메소드

public buildPreliminaryFormTree ( Symfony\Component\Form\FormInterface $form )
$form Symfony\Component\Form\FormInterface

cloneVar() 보호된 메소드

protected cloneVar ( $var, $isClass = false )

collect() 공개 메소드

Does nothing. The data is collected during the form event listeners.
public collect ( Request $request, Response $response, Exception $exception = null )
$request Symfony\Component\HttpFoundation\Request
$response Symfony\Component\HttpFoundation\Response
$exception Exception

collectConfiguration() 공개 메소드

public collectConfiguration ( Symfony\Component\Form\FormInterface $form )
$form Symfony\Component\Form\FormInterface

collectDefaultData() 공개 메소드

public collectDefaultData ( Symfony\Component\Form\FormInterface $form )
$form Symfony\Component\Form\FormInterface

collectSubmittedData() 공개 메소드

public collectSubmittedData ( Symfony\Component\Form\FormInterface $form )
$form Symfony\Component\Form\FormInterface

collectViewVariables() 공개 메소드

public collectViewVariables ( Symfony\Component\Form\FormView $view )
$view Symfony\Component\Form\FormView

getData() 공개 메소드

public getData ( )

getName() 공개 메소드

public getName ( )

serialize() 공개 메소드

public serialize ( )