25 lines
614 B
YAML
25 lines
614 B
YAML
|
name: SimpleKernel
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: Response
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpFoundation\Response
|
||
|
- name: Route
|
||
|
type: class
|
||
|
source: Symfony\Component\Routing\Attribute\Route
|
||
|
- name: UrlGeneratorInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Routing\Generator\UrlGeneratorInterface
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __invoke
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: urlGenerator
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\HttpFoundation\Response
|
||
|
- Symfony\Component\Routing\Attribute\Route
|
||
|
- Symfony\Component\Routing\Generator\UrlGeneratorInterface
|
||
|
interfaces: []
|