name: ChoiceGroupView class_comment: '# * Represents a group of choices in templates. # * # * @author Bernhard Schussek # * # * @implements \IteratorAggregate' dependencies: [] properties: [] methods: - name: __construct visibility: public parameters: - name: label - name: choices default: '[]' comment: '# * Represents a group of choices in templates. # * # * @author Bernhard Schussek # * # * @implements \IteratorAggregate # */ # class ChoiceGroupView implements \IteratorAggregate # { # /** # * Creates a new choice group view. # * # * @param array $choices the choice views in the group' - name: getIterator visibility: public parameters: [] comment: '# * @return \Traversable' traits: [] interfaces: - \IteratorAggregate - \IteratorAggregate