| 1 | <?php |
||
| 21 | class Behavior extends BaseBehavior |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * Send desktop notify |
||
| 25 | * |
||
| 26 | * @param string $title of notice |
||
| 27 | * @param string $body content of notice message |
||
| 28 | * @param null $icon of notice |
||
| 29 | */ |
||
| 30 | 1 | public function desktopNotify(string $title, string $body, $icon = null) |
|
| 42 | |||
| 43 | } |
||
| 44 |