CallbackChoiceLoader
CallbackChoiceLoader
class CallbackChoiceLoader implements ChoiceLoaderInterface
Loads an {@link ArrayChoiceList} instance from a callable returning an array of choices.
Methods
__construct(callable $callback) | ||
ChoiceListInterface | loadChoiceList(null|callable $value = null) Loads a list of choices. | |
array | loadChoicesForValues(array
|