Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17465 программистов и 1871 робот. Сейчас ищут 1866 программистов ...
PHP_CompatInfo_Parser::notifyListeners
Вернуться к: Parser Infrastructure
PHP_CompatInfo_Parser::notifyListeners
PHP_CompatInfo_Parser::notifyListeners() – Post a new notification to all listeners registered
Synopsis
require_once 'PHP/CompatInfo/Parser.php';
void PHP_CompatInfo_Parser::notifyListeners ( string $event , array $info = array() )
This notification occured only if a dispatcher exists. That means if at least one listener was registered.
Parameter
- string $event
-
Name of the notification handler
- array $info
-
(optional) Additional information about the notification
Return value
returns void
Throws
throws no exceptions thrown
Since
since version 1.8.0b2 (2008-06-03)
Note
This function can not be called statically.
Вернуться к: Parser Infrastructure