Alphred
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Namespaces

  • Alphred
  • None

Classes

  • Alfred
  • AppleScript
  • Choose
  • Config
  • Date
  • Dialog
  • Filter
  • Globals
  • i18n
  • Ini
  • Keychain
  • Log
  • Notification
  • Request
  • Result
  • ScriptFilter
  • Text

Interfaces

  • ConfigKeyNotSet
  • Exception
  • FileDoesNotExist
  • InvalidKeychainAccount
  • InvalidScriptFilterArgument
  • InvalidSecurityAction
  • InvalidXMLProperty
  • PasswordExists
  • PasswordNotFound
  • PluginFunctionNotFound
  • RunningOutsideOfAlfred
  • ShouldBeBool
  • TooManyArguments
  • UnknownSecurityException
  • UseOnlyAsStatic

Class Notification

Creates simple notifications on OS X 10.8+

Namespace: Alphred
Located at Notification.php

Methods summary

public boolean
# notify( string|array $options )

Sends a system notification

Sends a system notification

The notification will always have the script editor icon on it. Use CocoaDialog for better notifications.

Parameters

$options
[description]

Returns

boolean
[description]

Used by

Alphred::send_notification()

Magic methods summary

Properties summary

private static array $sounds

The available, built-in sounds that you can use

The available, built-in sounds that you can use

# [ 'Basso', 'Bottle', 'Funk', 'Hero', 'Ping', 'Purr', 'Submarine', 'Blow', 'Frog', 'Glass', 'Morse', 'Pop', 'Sosumi', 'Tink' ]
Alphred API documentation generated by ApiGen