api/symfony/Component/HttpKernel/Tests/Fixtures/DataCollector/DummyController.yaml

32 lines
732 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
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: []