PHP Класс Symfony\Component\Form\CollectionField

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

Защищенные свойства (Protected)

Свойство Тип Описание
$prototype Symfony\Component\Form\FieldInterface The prototype for the inner fields

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

Метод Описание
__construct ( Symfony\Component\Form\FieldInterface $innerField, array $options = [] ) Repeats the given field twice to verify the user's input
bind ( $taintedData )
setData ( $collection )

Защищенные методы

Метод Описание
configure ( )
newField ( $key, $propertyPath )

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

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

Repeats the given field twice to verify the user's input
public __construct ( Symfony\Component\Form\FieldInterface $innerField, array $options = [] )
$innerField Symfony\Component\Form\FieldInterface
$options array

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

public bind ( $taintedData )

configure() защищенный Метод

protected configure ( )

newField() защищенный Метод

protected newField ( $key, $propertyPath )

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

public setData ( $collection )

Описание свойств

$prototype защищенное свойство

The prototype for the inner fields
protected FieldInterface,Symfony\Component\Form $prototype
Результат Symfony\Component\Form\FieldInterface