com\setasign\SetaFramework\Application
HttpApplicationInterface Class ApplicationInterface
File: /SetaFramework/src/Application/HttpApplicationInterface.php
Implemented in
Implements
Summary
Methods
__construct()
ApplicationInterface constructor.
Parameters
- $bootstrap : \com\setasign\SetaFramework\Bootstrap\Bootstrap
- $name : string
- $config : ApplicationConfig
getRequestPathPrefix()
Returns the request path prefix
Return Values
If used in cli this will be null.
setupRoutes()
Setup Routes for the Application
Parameters
- $router : \com\setasign\SetaFramework\Router\Router
The main Router-instance
