Class: Doctrine_EventListener
Source Location: /Doctrine/EventListener.phpClass Doctrine_EventListener
Class Overview
Implements interfaces: Doctrine_EventListener all event listeners extend this base class the empty methods allow child classes to only implement the methods they need to implement Located in /Doctrine/EventListener.php [line 35] Author(s):
|
|
[ Top ]
Direct descendents
Method Summary
void | onCollectionDelete() | |
void | onOpen() | |
void | onPreCollectionDelete() | |
void | postClose() | |
void | postConnect() | |
void | postError() | |
void | postExec() | |
void | postFetch() | |
void | postFetchAll() | |
void | postPrepare() | |
void | postQuery() | |
void | postSavepointCommit() | |
void | postSavepointCreate() | |
void | postSavepointRollback() | |
void | postStmtExecute() | |
void | postTransactionBegin() | |
void | postTransactionCommit() | |
void | postTransactionRollback() | |
void | preClose() | |
void | preConnect() | |
void | preError() | |
void | preExec() | |
void | preFetch() | |
void | preFetchAll() | |
void | prePrepare() | |
void | preQuery() | |
void | preSavepointCommit() | |
void | preSavepointCreate() | |
void | preSavepointRollback() | |
void | preStmtExecute() | |
void | preTransactionBegin() | |
void | preTransactionCommit() | |
void | preTransactionRollback() |
[ Top ]
Methods
onCollectionDelete [line 42]
|
Doctrine_Collection | $collection: |
API Tags:
Access: | public |
[ Top ]
onOpen [line 47]
|
Doctrine_Connection | $connection: |
API Tags:
Access: | public |
[ Top ]
onPreCollectionDelete [line 44]
|
Doctrine_Collection | $collection: |
API Tags:
Access: | public |
[ Top ]
postClose [line 39]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
postConnect [line 81]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
postError [line 103]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
postExec [line 98]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
postFetch [line 108]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
postFetchAll [line 113]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
postPrepare [line 93]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
postQuery [line 88]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
postSavepointCommit [line 68]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
postSavepointCreate [line 78]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
postSavepointRollback [line 73]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
postStmtExecute [line 118]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
postTransactionBegin [line 62]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
postTransactionCommit [line 52]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
postTransactionRollback [line 57]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
preClose [line 37]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
preConnect [line 83]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
preError [line 101]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
preExec [line 96]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
preFetch [line 106]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
Redefined in descendants as:
- Doctrine_Cache::preFetch() : preFetch listens the preFetch event of Doctrine_Connection_Statement
[ Top ]
preFetchAll [line 111]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
Redefined in descendants as:
- Doctrine_Cache::preFetchAll() : preFetch listens the preFetchAll event of Doctrine_Connection_Statement
[ Top ]
prePrepare [line 91]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
preQuery [line 86]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
Redefined in descendants as:
- Doctrine_Cache::preQuery() : preQuery listens on the Doctrine_Event preQuery event
[ Top ]
preSavepointCommit [line 66]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
preSavepointCreate [line 76]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
preSavepointRollback [line 71]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
preStmtExecute [line 116]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
preTransactionBegin [line 60]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
preTransactionCommit [line 50]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
preTransactionRollback [line 55]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]