platform/api/laravel/Routing/Contracts/CallableDispatcher.yaml
2024-09-02 10:44:11 -07:00

25 lines
460 B
YAML

name: CallableDispatcher
class_comment: null
dependencies:
- 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\Route
interfaces: []