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