Development Doctrine_EventListener_Interface
Doctrine EventListener Interface
Doctrine_EventListener all event listeners extend this base class the empty methods allow child classes to only implement the methods they need to implement
Method Summary
- postTransactionRollback
- preTransactionBegin
- preFetch
- postExec
- preConnect
- preTransactionCommit
- preError
- preStmtExecute
- prePrepare
- preFetchAll
- preQuery
- postTransactionBegin
- postStmtExecute
- preTransactionRollback
- postError
- postConnect
- postFetchAll
- postFetch
- postPrepare
- postTransactionCommit
- preExec
- postQuery
Method Details
-
postTransactionRollback(( ) $event)
-
preTransactionBegin(( ) $event)
-
preFetch(( ) $event)
-
postExec(( ) $event)
-
preConnect(( ) $event)
-
preTransactionCommit(( ) $event)
-
preError(( ) $event)
-
preStmtExecute(( ) $event)
-
prePrepare(( ) $event)
-
preFetchAll(( ) $event)
-
preQuery(( ) $event)
-
postTransactionBegin(( ) $event)
-
postStmtExecute(( ) $event)
-
preTransactionRollback(( ) $event)
-
postError(( ) $event)
-
postConnect(( ) $event)
-
postFetchAll(( ) $event)
-
postFetch(( ) $event)
-
postPrepare(( ) $event)
-
postTransactionCommit(( ) $event)
-
preExec(( ) $event)
-
postQuery(( ) $event)




Comments (0) [ add comment ]
No Comments
Add Comment