App
class App (View source)
The App class instance takes care of running all required startup tests, initializing PHP sessions, setting up the autoloader, reading the configuration and displaying the final output for a request.
Properties
private | $requiredVersion | Required PHP version. |
Methods
The main app constructor takes care of running all required startup tests, initializing PHP sessions, setting up the autoloader, reading the configuration and displaying the final output for a request.
Get the generated output for the current request.
Run a basic permission check on the cache directory.
Run a basic PHP version check.
Initialize a PHP session.
Details
at line 73
__construct()
The main app constructor takes care of running all required startup tests, initializing PHP sessions, setting up the autoloader, reading the configuration and displaying the final output for a request.
at line 124
private string
render(string $request)
Get the generated output for the current request.
at line 186
private
runPermissionCheck()
Run a basic permission check on the cache directory.
at line 195
private
runVersionCheck()
Run a basic PHP version check.
at line 204
private
startSession()
Initialize a PHP session.