|
Doctrine 1.2.4
|
Inherits Doctrine_Overloadable, IteratorAggregate, and Countable.
Public Member Functions | |
| __construct () | |
| __call ($m, $a) | |
| count () | |
| get ($key) | |
| getAll () | |
| getIterator () | |
| lastEvent () | |
| pop () | |
| setFilterQueryType () | |
Definition at line 33 of file Profiler.php.
| Doctrine_Connection_Profiler::__construct | ( | ) |
| Doctrine_Connection_Profiler::__call | ( | $m, | |
| $a | |||
| ) |
method overloader this method is used for invoking different listeners, for the full list of availible listeners, see Doctrine_EventListener
| string | $m | the name of the method |
| array | $a | method arguments |
Definition at line 83 of file Profiler.php.
| Doctrine_Connection_Profiler::count | ( | ) |
| Doctrine_Connection_Profiler::get | ( | $key | ) |
get
| mixed | $key |
Definition at line 112 of file Profiler.php.
| Doctrine_Connection_Profiler::getAll | ( | ) |
getAll returns all profiled events as an array
Definition at line 126 of file Profiler.php.
| Doctrine_Connection_Profiler::getIterator | ( | ) |
getIterator returns an iterator that iterates through the logged events
Definition at line 137 of file Profiler.php.
| Doctrine_Connection_Profiler::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.
Definition at line 173 of file Profiler.php.
| Doctrine_Connection_Profiler::pop | ( | ) |
pop the last event from the event stack
Definition at line 157 of file Profiler.php.
| Doctrine_Connection_Profiler::setFilterQueryType | ( | ) |
setFilterQueryType
| integer | $filter |
Definition at line 70 of file Profiler.php.