Interface: Doctrine_EventListener_Interface
Source Location: /Doctrine/EventListener/Interface.phpInterface Doctrine_EventListener_Interface
Interface Overview
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/Interface.php [line 35] Author(s):
|
|
[ Top ]
Method Summary
void | postConnect() | |
void | postError() | |
void | postExec() | |
void | postFetch() | |
void | postFetchAll() | |
void | postPrepare() | |
void | postQuery() | |
void | postStmtExecute() | |
void | postTransactionBegin() | |
void | postTransactionCommit() | |
void | postTransactionRollback() | |
void | preConnect() | |
void | preError() | |
void | preExec() | |
void | preFetch() | |
void | preFetchAll() | |
void | prePrepare() | |
void | preQuery() | |
void | preStmtExecute() | |
void | preTransactionBegin() | |
void | preTransactionCommit() | |
void | preTransactionRollback() |
[ Top ]
Methods
postConnect [line 46]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
postError [line 59]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
postExec [line 56]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
postFetch [line 62]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
postFetchAll [line 65]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
postPrepare [line 53]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
postQuery [line 50]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
postStmtExecute [line 68]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
postTransactionBegin [line 44]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
postTransactionCommit [line 38]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
postTransactionRollback [line 41]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
preConnect [line 47]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
preError [line 58]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
preExec [line 55]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
preFetch [line 61]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
preFetchAll [line 64]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
prePrepare [line 52]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
preQuery [line 49]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
preStmtExecute [line 67]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
preTransactionBegin [line 43]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
preTransactionCommit [line 37]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]
preTransactionRollback [line 40]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
[ Top ]