ArininAV

Event_Notification::isNotificationCancelled()

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

Synopsis

require_once 'Event/Notification.php';

bool Event_Notification::isNotificationCancelled ()

Описание

Checks, whether the notification has been cancelled.

Возвращаемое значение

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

Заметка

Эта функция не должна вызываться статически.