a() public static method
Generates a hyperlink tag. See also yii\helpers\Url::to().
public static string a ( $text, $url = null, $options = [] )$text string
Link body. It will NOT be HTML-encoded. Therefore you can pass in HTML code such as an image tag. If this is coming from end users, you should consider encode() it to prevent XSS attacks. $url
array|string|null
The URL for the hyperlink tag. This parameter will be processed by yii\helpers\Url::to() and will be used for the "href"