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