ChoiceGroupView
class ChoiceGroupView implements IteratorAggregate
Представляет группу вариантов в шаблонах.
Свойства
| $label | |||
| $choices |
Методы
| __construct(string $label, array $choices = array()) Создаёт новый вид группы вариантов. | ||
| ChoiceGroupView[]|ChoiceView[] | getIterator() {@inheritdoc} |
Детали
__construct(string $label, array $choices = array())
Создаёт новый вид группы вариантов.
Параметры
| string | $label | Метка группы |
| array | $choices | виды вариантов в группе |
ChoiceGroupView[]|ChoiceView[] getIterator()
{@inheritdoc}
Возвращаемое значение
| ChoiceGroupView[]|ChoiceView[] |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.3/Symfony/Component/Form/ChoiceList/View/ChoiceGroupView.html