PHP Класс Symfony\Component\Form\Extension\DataCollector\FormDataExtractor

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

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

Метод Описание
__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