Pt_BR En Ja De Fr 
You are currently viewing the 0.10 branch api documentation. Switch to 0.11 or 1.0

0.10 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 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

Add New Comment
Please enter follow the doctrine