Event_Dispatcher::setNotificationClass()
Описание
Set the name of the class that will be used as a notification object when post() is called.
You may call this method on an object to change it for a single dispatcher or statically, to set the default for all dispatchers that will be created.
Параметр
string $class
Name of the class that is used as a notification container when the post() method is called. Make sure the class is loaded before using it as notification class.
Пред. | Начало | След. |
Event_Dispatcher::removeObserver() | Уровень выше | Event_Dispatcher::post() |