api/symfony/Component/Form/ChoiceList/Loader/AbstractChoiceLoader.yaml

54 lines
1.3 KiB
YAML
Raw Permalink Normal View History

2024-09-26 09:03:21 +00:00
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 <jules@heahprod.com>\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