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

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

공개 메소드들

메소드 설명
__construct ( Symfony\Component\HttpKernel\DataCollector\Util\ValueExporter $valueExporter = null, $triggerDeprecationNotice = true ) Constructs a new data extractor.
extractConfiguration ( Symfony\Component\Form\FormInterface $form )
extractDefaultData ( Symfony\Component\Form\FormInterface $form )
extractSubmittedData ( Symfony\Component\Form\FormInterface $form )
extractViewVariables ( Symfony\Component\Form\FormView $view )

비공개 메소드들

메소드 설명
buildId ( Symfony\Component\Form\FormInterface $form ) : string Recursively builds an HTML ID for a form.

메소드 상세

__construct() 공개 메소드

Constructs a new data extractor.
public __construct ( Symfony\Component\HttpKernel\DataCollector\Util\ValueExporter $valueExporter = null, $triggerDeprecationNotice = true )
$valueExporter Symfony\Component\HttpKernel\DataCollector\Util\ValueExporter

extractConfiguration() 공개 메소드

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

extractDefaultData() 공개 메소드

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

extractSubmittedData() 공개 메소드

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

extractViewVariables() 공개 메소드

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