Application
interface Application
Identifies a class as a root silverstripe application
Methods
execute(HTTPRequest $request, callable $callback, bool $flush = false)
Safely boot the application and execute the given main action
Details
at line 18
Kernel
getKernel()
Get the kernel for this application
at line 28
HTTPResponse
execute(HTTPRequest $request, callable $callback, bool $flush = false)
Safely boot the application and execute the given main action