Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17085 программистов и 1726 роботов. Сейчас ищут 1652 программиста ...
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