32 lines
732 B
YAML
32 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: []
|