Loader
Less than 1 minute
Loader
Application Request Loader.
This class determines from where the application execution was initiated. Normally this will result in a [[Hazaar\Application\Request\Http]] object being returned as Hazaar applications are most often used as web-based applications. However it is possible to build and execute command line Hazaar applications. When executing an application of this type this method will return a [[Hazaar\Application\Request\Cli]] object.
- Full name:
\Hazaar\Application\Request\Loader
Methods
load
Loads the appropriate request object for the current application execution.
public static load(): \Hazaar\Application\Request
- This method is static.
Automatically generated on 2024-11-14