name: AbstractChoiceLoader class_comment: null dependencies: - name: ArrayChoiceList type: class source: Symfony\Component\Form\ChoiceList\ArrayChoiceList - name: ChoiceListInterface type: class source: Symfony\Component\Form\ChoiceList\ChoiceListInterface properties: [] methods: - name: loadChoiceList visibility: public parameters: - name: value default: 'null' comment: "# * @author Jules Pietri \n# */\n# abstract class\ \ AbstractChoiceLoader implements ChoiceLoaderInterface\n# {\n# private ?iterable\ \ $choices;\n# \n# /**\n# * @final" - name: loadChoicesForValues visibility: public parameters: - name: values - name: value default: 'null' comment: null - name: loadValuesForChoices visibility: public parameters: - name: choices - name: value default: 'null' comment: null - name: loadChoices visibility: protected parameters: [] comment: null - name: doLoadChoicesForValues visibility: protected parameters: - name: values - name: value comment: null - name: doLoadValuesForChoices visibility: protected parameters: - name: choices comment: null traits: - Symfony\Component\Form\ChoiceList\ArrayChoiceList - Symfony\Component\Form\ChoiceList\ChoiceListInterface interfaces: - ChoiceLoaderInterface