OK
Less than 1 minute
OK
HTTP 200 OK response class.
class OK extends \Hazaar\Controller\ResponseExtends: Hazaar\Controller\Response
Represents a successful HTTP response with customizable content and content type.
Methods
__construct
OK constructor.
public __construct(?string $content, string $contentType = 'text/html'): voidParameters
| Parameter | Type | Description |
|---|---|---|
$content | string | the response body content (optional) |
$contentType | string | the MIME type of the response (default: 'text/html') |
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:16 +0000