Event_Notification::getNotificationCount

Event_Notification::getNotificationCount() – 通知されたオブザーバの数を取得する

Synopsis

require_once 'Event/Notification.php';

int Event_Notification::getNotificationCount ( )

Description

通知によって通知されたオブザーバの数を取得します。

Return value

int 通知されたオブザーバの数

Note

This function can not be called statically.