Event_Notification::isNotificationCancelled()

Event_Notification::isNotificationCancelled() -- Check, whether notification has been cancelled.

Synopsis

require_once 'Event/Notification.php';

bool Event_Notification::isNotificationCancelled ()

Description

Checks, whether the notification has been cancelled.

Valeur retournée

bool TRUE if the notification has been cancelled, FALSE otherwise.

Note

Cette fonction ne peut pas être appelée de façon statique.