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: []