api/symfony/Component/HttpKernel/Tests/Fixtures/DataCollector/DummyController.yaml
2024-09-26 02:03:21 -07:00

31 lines
732 B
YAML

name: DummyController
class_comment: null
dependencies: []
properties: []
methods:
- name: staticControllerMethod
visibility: public
parameters: []
comment: '# * Dummy method used as controller callable.'
- name: __call
visibility: public
parameters:
- name: method
- name: args
comment: '# * Magic method to allow non existing methods to be called and delegated.'
- name: __callStatic
visibility: public
parameters:
- name: method
- name: args
comment: '# * Magic method to allow non existing methods to be called and delegated.'
- name: __invoke
visibility: public
parameters: []
comment: null
- name: regularCallable
visibility: public
parameters: []
comment: null
traits: []
interfaces: []