Html::a()
Generates an <a>
tag; automatically supports mailto: and tel: links
Parameters
Name | Type | Default | Description |
---|---|---|---|
$href * | string |
– | The URL for the <a> tag |
$text | string |array |null |
null |
The optional text; if null , the URL will be used as text |
$attr | array |
[ ] |
Additional attributes for the tag |
Return type
string