asUrl() public method
Formats the value as a hyperlink.
| public string asUrl ( $value, $options = [] ) | ||
|---|---|---|
| $value | mixed |
The value to be formatted. |
| $options | array |
The tag options in terms of name-value pairs. See yii\helpers\Html::a(). |
| return | string |
The formatted result. |
Please login to continue.