ChoiceView

class ChoiceView

Represents a choice in templates.

Properties

string $label The label displayed to humans.
string $value The view representation of the choice.
mixed $data The original choice value.
array $attr Additional attributes for the HTML tag.

Methods

__construct(mixed $data, string $value, string $label, array $attr = array())

Creates a new choice view.

Details

__construct(mixed $data, string $value, string $label, array $attr = array())

Creates a new choice view.

Parameters

mixed $data The original choice
string $value The view representation of the choice
string $label The label displayed to humans
array $attr Additional attributes for the HTML tag

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.1/Symfony/Component/Form/ChoiceList/View/ChoiceView.html