platform/api/laravel/Foundation/Routing/PrecognitionCallableDispatcher.yaml

30 lines
601 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: PrecognitionCallableDispatcher
class_comment: null
dependencies:
- name: CallableDispatcher
type: class
source: Illuminate\Routing\CallableDispatcher
- name: Route
type: class
source: Illuminate\Routing\Route
properties: []
methods:
- name: dispatch
visibility: public
parameters:
- name: route
- name: callable
comment: '# * Dispatch a request to a given callable.
# *
# * @param \Illuminate\Routing\Route $route
# * @param callable $callable
# * @return mixed'
traits:
- Illuminate\Routing\CallableDispatcher
- Illuminate\Routing\Route
interfaces: []