Additional Methods
There are also various additional / miscellaneous methods available within the central App class which are listed below.
- getAction (): string
- getContainer (): ApexContainerInterface
- bootDoctrine (): EntityManager
- bootEloquent (): object
- getInstanceName (): string
- isSlave (): bool
- getRoutesConfig (string $filename = 'routes.yml', bool $ignore_cache = false): array
- handle (ServerRequestInterface $request): ResponseInterface
- outputResponse (ResponseInterface $response): void