Writes $message to a new Growl notification.
public write ( string $priority, string $message, array $options = [] ) : Closure | ||
$priority | string | The `Logger`-based priority of the message. This value is mapped to a Growl-specific priority value if possible. |
$message | string | Message to be shown. |
$options | array | Any options that are passed to the `notify()` method. See the `$options` parameter of `notify()`. |
return | Closure | Function returning boolean `true` on successful write, `false` otherwise. |