platform/api/symfony/Bundle/FrameworkBundle/Tests/Kernel/SimpleKernel.yaml
2024-09-02 10:44:11 -07:00

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