| 1 | <?php namespace Arcanesoft\Core\Helpers\UI\LinkTraits; |
||
| 9 | trait AddLinks |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Generate add icon link. |
||
| 13 | * |
||
| 14 | * @param string $url |
||
| 15 | * @param array $attributes |
||
| 16 | * @param bool $disabled |
||
| 17 | * |
||
| 18 | * @return self |
||
| 19 | */ |
||
| 20 | 9 | public static function addIcon($url, array $attributes = [], $disabled = false) |
|
| 26 | } |
||
| 27 |