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

Development Doctrine_Connection_Profiler

Doctrine Connection Profiler

Method Summary

Method Details

  • pop()

    pop the last event from the event stack


  • (array) getAll()

    getAll returns all profiled events as an array

    Doctrine_Connection_Profiler


  • $m the name of the method
    $a method arguments

    (boolean) __call($m, $a)

    method overloader this method is used for invoking different listeners, for the full list of availible listeners, see Doctrine_EventListener


  • get($key)


  • __construct()

    constructor


  • lastEvent()

    Get the Doctrine_Event object for the last query that was run, regardless if it has ended or not. If the event has not ended, it's end time will be Null.


  • (integer) count()


  • (ArrayIterator) getIterator()

    getIterator returns an iterator that iterates through the logged events


  • (boolean) setFilterQueryType($filter)


Comments (0) [ add comment ]

 No Comments

Add Comment

Add New Comment
Please enter follow the doctrine