|
Doctrine 1.2.4
|
Inherits Doctrine_Query_Filter_Interface.
Public Member Functions | |
| postQuery (Doctrine_Query $query) | |
| preQuery (Doctrine_Query $query) | |
Definition at line 33 of file Filter.php.
| Doctrine_Query_Filter::postQuery | ( | Doctrine_Query | $query | ) |
postQuery
Method for listening the postQuery method of Doctrine_Query and to hook into the query building procedure, doing any custom / specialized post query procedures (for example logging) that are neccessary.
| Doctrine_Query | $query |
Definition at line 59 of file Filter.php.
| Doctrine_Query_Filter::preQuery | ( | Doctrine_Query | $query | ) |
preQuery
Method for listening the preQuery method of Doctrine_Query and hooking into the query building procedure, doing any custom / specialized query building procedures that are neccessary.
Definition at line 44 of file Filter.php.