96 lines
2.4 KiB
YAML
96 lines
2.4 KiB
YAML
name: ConcreteMicroKernel
|
|
class_comment: null
|
|
dependencies:
|
|
- name: NullLogger
|
|
type: class
|
|
source: Psr\Log\NullLogger
|
|
- name: MicroKernelTrait
|
|
type: class
|
|
source: Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait
|
|
- name: LoaderInterface
|
|
type: class
|
|
source: Symfony\Component\Config\Loader\LoaderInterface
|
|
- name: ContainerBuilder
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\ContainerBuilder
|
|
- name: EventSubscriberInterface
|
|
type: class
|
|
source: Symfony\Component\EventDispatcher\EventSubscriberInterface
|
|
- name: Response
|
|
type: class
|
|
source: Symfony\Component\HttpFoundation\Response
|
|
- name: ExceptionEvent
|
|
type: class
|
|
source: Symfony\Component\HttpKernel\Event\ExceptionEvent
|
|
- name: Kernel
|
|
type: class
|
|
source: Symfony\Component\HttpKernel\Kernel
|
|
- name: KernelEvents
|
|
type: class
|
|
source: Symfony\Component\HttpKernel\KernelEvents
|
|
- name: RoutingConfigurator
|
|
type: class
|
|
source: Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator
|
|
- name: MicroKernelTrait
|
|
type: class
|
|
source: MicroKernelTrait
|
|
properties: []
|
|
methods:
|
|
- name: onKernelException
|
|
visibility: public
|
|
parameters:
|
|
- name: event
|
|
comment: null
|
|
- name: halloweenAction
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: dangerousAction
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: getCacheDir
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: getLogDir
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: __sleep
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: __wakeup
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: configureRoutes
|
|
visibility: protected
|
|
parameters:
|
|
- name: routes
|
|
comment: null
|
|
- name: configureContainer
|
|
visibility: protected
|
|
parameters:
|
|
- name: c
|
|
- name: loader
|
|
comment: null
|
|
- name: getSubscribedEvents
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- Psr\Log\NullLogger
|
|
- Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait
|
|
- Symfony\Component\Config\Loader\LoaderInterface
|
|
- Symfony\Component\DependencyInjection\ContainerBuilder
|
|
- Symfony\Component\EventDispatcher\EventSubscriberInterface
|
|
- Symfony\Component\HttpFoundation\Response
|
|
- Symfony\Component\HttpKernel\Event\ExceptionEvent
|
|
- Symfony\Component\HttpKernel\Kernel
|
|
- Symfony\Component\HttpKernel\KernelEvents
|
|
- Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator
|
|
- MicroKernelTrait
|
|
interfaces:
|
|
- EventSubscriberInterface
|