Class: Doctrine_Query_Filter
Source Location: /Doctrine/Query/Filter.phpClass Doctrine_Query_Filter
Class Overview
Implements interfaces: Doctrine_Query_Filter Located in /Doctrine/Query/Filter.php [line 33] Author(s):
|
[ Top ]
Methods
postQuery [line 58]
|
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.
Parameters:Doctrine_Query | $query: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
preQuery [line 44]
|
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.
Parameters:Doctrine_Query | $query: |
API Tags:
Access: | public |
Implementation of:
[ Top ]