Html
Less than 1 minute
Html
HTML helper utilities for view templates.
class Html extends \Hazaar\View\Helper\HelperThis 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): stringParameters
| 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 Tue, 21 Apr 2026 04:00:25 +0000