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 Fri, 05 Jun 2026 06:08:15 +0000