Class: Doctrine_EventListener_Chain
Source Location: /Doctrine/EventListener/Chain.phpClass Doctrine_EventListener_Chain
Implements interfaces: Doctrine_EventListener_Chain this class represents a chain of different listeners, useful for having multiple listeners listening the events at the same time Located in /Doctrine/EventListener/Chain.php [line 36] Doctrine_Object | --Doctrine_Access | --Doctrine_EventListener_ChainAuthor(s):
|
|
Inherited Properties | Inherited Methods | Inherited Constants |
---|---|---|
Inherited From Doctrine_Object |
Inherited From Doctrine_Access
Inherited From Doctrine_Object
|
void | add() | add adds a listener to the chain of listeners |
mixed | get() | returns a Doctrine_EventListener on success and null on failure |
void | onCollectionDelete() | onCollectionDelete an event invoked after a Doctrine_Collection is being deleted |
void | onLoad() | onLoad an event invoked when Doctrine_Record is being loaded from database |
void | onOpen() | onOpen an event invoked after Doctrine_Connection is opened |
void | onPreCollectionDelete() | onCollectionDelete an event invoked after a Doctrine_Collection is being deleted |
void | onPreLoad() | onPreLoad an event invoked when Doctrine_Record is being loaded from database but not yet initialized |
void | onSleep() | onSleep an event invoked when Doctrine_Record is serialized |
void | onWakeUp() | onWakeUp an event invoked when Doctrine_Record is unserialized |
void | postClose() | postClose an event invoked after Doctrine_Connection is closed |
void | postConnect() | |
void | postError() | |
void | postExec() | |
void | postFetch() | |
void | postFetchAll() | |
void | postPrepare() | |
void | postQuery() | |
void | postStmtExecute() | |
void | postTransactionBegin() | onTransactionBegin an event invoked after a Doctrine_Connection transaction has been started |
void | postTransactionCommit() | onTransactionCommit an event invoked after a Doctrine_Connection transaction is committed |
void | postTransactionRollback() | onTransactionRollback an event invoked after a Doctrine_Connection transaction is being rolled back |
void | preClose() | preClose an event invoked before Doctrine_Connection is closed |
void | preConnect() | |
void | preError() | |
void | preExec() | |
void | preFetch() | |
void | preFetchAll() | |
void | prePrepare() | |
void | preQuery() | |
void | preStmtExecute() | |
void | preTransactionBegin() | onTransactionBegin an event invoked before a Doctrine_Connection transaction is being started |
void | preTransactionCommit() | onPreTransactionCommit an event invoked before a Doctrine_Connection transaction is committed |
void | preTransactionRollback() | onPreTransactionRollback an event invoked before a Doctrine_Connection transaction is being rolled back |
void | set() | set |
|
add adds a listener to the chain of listeners
Parameters:object | $listener: | |
string | $name: |
API Tags:
Access: | public |
|
returns a Doctrine_EventListener on success and null on failure
Parameters:mixed | $key: |
API Tags:
Access: | public |
|
onCollectionDelete an event invoked after a Doctrine_Collection is being deleted
Parameters:Doctrine_Collection | $collection: |
API Tags:
Access: | public |
|
onLoad an event invoked when Doctrine_Record is being loaded from database
Parameters:Doctrine_Record | $record: |
API Tags:
Access: | public |
|
onOpen an event invoked after Doctrine_Connection is opened
Parameters:Doctrine_Connection | $connection: |
API Tags:
Access: | public |
|
onCollectionDelete an event invoked after a Doctrine_Collection is being deleted
Parameters:Doctrine_Collection | $collection: |
API Tags:
Access: | public |
|
onPreLoad an event invoked when Doctrine_Record is being loaded from database but not yet initialized
Parameters:Doctrine_Record | $record: |
API Tags:
Access: | public |
|
onSleep an event invoked when Doctrine_Record is serialized
Parameters:Doctrine_Record | $record: |
API Tags:
Access: | public |
|
onWakeUp an event invoked when Doctrine_Record is unserialized
Parameters:Doctrine_Record | $record: |
API Tags:
Access: | public |
|
postClose an event invoked after Doctrine_Connection is closed
Parameters:Doctrine_Event | $event: |
API Tags:
Access: | public |
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
|
onTransactionBegin an event invoked after a Doctrine_Connection transaction has been started
Parameters:Doctrine_Event | $event: |
API Tags:
Access: | public |
|
onTransactionCommit an event invoked after a Doctrine_Connection transaction is committed
Parameters:Doctrine_Event | $event: |
API Tags:
Access: | public |
|
onTransactionRollback an event invoked after a Doctrine_Connection transaction is being rolled back
Parameters:Doctrine_Event | $event: |
API Tags:
Access: | public |
|
preClose an event invoked before Doctrine_Connection is closed
Parameters:Doctrine_Event | $event: |
API Tags:
Access: | public |
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
|
onTransactionBegin an event invoked before a Doctrine_Connection transaction is being started
Parameters:Doctrine_Event | $event: |
API Tags:
Access: | public |
|
onPreTransactionCommit an event invoked before a Doctrine_Connection transaction is committed
Parameters:Doctrine_Event | $event: |
API Tags:
Access: | public |
|
onPreTransactionRollback an event invoked before a Doctrine_Connection transaction is being rolled back
Parameters:Doctrine_Event | $event: |
API Tags:
Access: | public |
|
set
Parameters:mixed | $key: | |
Doctrine_EventListener | $listener: |
API Tags:
Access: | public |