previousEvent_Dispatcher::getInstance (Previous) (Next) Event_Dispatcher::addObservernext

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::getName

Event_Dispatcher::getName() – ディスパッチャの名前を取得する

Synopsis

require_once 'Event/Dispatcher.php';

string Event_Dispatcher::getName ( )

Description

ディスパッチャの名前を取得します。

ディスパッチャの名前は、一意な識別子として使用されます。 この事は、getInstance()removeNestedDispatcher() メソッドに対して重要です。

Return value

string ディスパッチャの名前

Note

This function can not be called statically.

previousEvent_Dispatcher::getInstance (Previous) (Next) Event_Dispatcher::addObservernext

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.