Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 54118 программистов и 1720 роботов. Сейчас ищут 842 программиста ...
Event_Notification::getNotificationName
Вернуться к: Event_Dispatcher
Event_Notification::getNotificationName
Event_Notification::getNotificationName() – Get the name of the notification.
Synopsis
require_once 'Event/Notification.php';
string Event_Notification::getNotificationName ( )
Get the name of the notification.
Return value
string name of the notification
Note
This function can not be called statically.
Вернуться к: Event_Dispatcher