예제 #1
0
 public function notify(Notification $notification)
 {
     exec('notify-send "' . $notification->getMessage() . '"');
 }
예제 #2
0
파일: OSX.php 프로젝트: php-system/notify
 public function notify(Notification $notification)
 {
     exec('osascript -e \'display notification "' . $notification->getMessage() . '"\'');
 }