Info
Less than 1 minute
Info
Diagnostic info view response.
class Info extends \Hazaar\Controller\Response\ViewThis response renders the framework information page using the @views/info template. It gathers runtime and request metadata such as framework version, PHP environment details, request context, client information, memory usage, and collected application timer metrics.
The class is primarily used for internal diagnostics and quick environment inspection during development or troubleshooting.
Methods
__construct
Create a new diagnostic info response.
public __construct(): voidPopulates the info view with application, server, request, and runtime metrics and passes the assembled payload to the base view response.
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:24 +0000