Html
Less than 1 minute
Html
HTML helper utilities for view templates.
class Html extends \Hazaar\View\HelperExtends: Hazaar\View\Helper
This helper provides convenience methods for generating common HTML markup snippets inside templates.
Methods
a
Generate an HTML anchor (<a>) element.
public a(string $href, ?string $content): stringReturns: string
Parameters
| Parameter | Type | Description |
|---|---|---|
$href | string | link target URL |
$content | string | Optional link text/content. Falls back to $href when omitted. |
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:17 +0000