33 lines
547 B
YAML
33 lines
547 B
YAML
|
name: BindingRegistrar
|
||
|
class_comment: null
|
||
|
dependencies: []
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: bind
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: key
|
||
|
- name: binder
|
||
|
comment: '# * Add a new route parameter binder.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @param string $key
|
||
|
|
||
|
# * @param string|callable $binder
|
||
|
|
||
|
# * @return void'
|
||
|
- name: getBindingCallback
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: key
|
||
|
comment: '# * Get the binding callback for a given binding.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @param string $key
|
||
|
|
||
|
# * @return \Closure'
|
||
|
traits: []
|
||
|
interfaces: []
|