previousEvent_Dispatcher::addNestedDispatcher (Previous) (Next) Event_Notificationnext

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Event_Dispatcher::removeNestedDispatcher

Event_Dispatcher::removeNestedDispatcher() – ネストしたディスパッチャを削除する

Synopsis

require_once 'Event/Dispatcher.php';

boolean Event_Dispatcher::removeNestedDispatcher ( object Event_Dispatcher &$dispatcher )

Description

ディスパッチャからネストしたディスパッチャを削除します。

ネストしたディスパッチャのリストからディスパッチャを削除するには、 removeNestedDispatcher() に同一のオブジェクトを渡します。

Parameter

  • object Event_Dispatcher &$dispatcher

    ネストしたディスパッチャのリストから削除するディスパッチャを指定します。

Return value

boolean ディスパッチャが削除された場合 TRUE、 さもなければ FALSE

Note

This function can not be called statically.

previousEvent_Dispatcher::addNestedDispatcher (Previous) (Next) Event_Notificationnext

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.