name: CallbackChoiceLoader class_comment: '# * Loads an {@link ArrayChoiceList} instance from a callable returning iterable choices. # * # * @author Jules Pietri ' dependencies: [] properties: [] methods: - name: __construct visibility: public parameters: - name: callback comment: "# * Loads an {@link ArrayChoiceList} instance from a callable returning\ \ iterable choices.\n# *\n# * @author Jules Pietri \n# */\n\ # class CallbackChoiceLoader extends AbstractChoiceLoader\n# {\n# private \\Closure\ \ $callback;\n# \n# /**\n# * @param callable $callback The callable returning\ \ iterable choices" - name: loadChoices visibility: protected parameters: [] comment: null traits: [] interfaces: []