Class: Doctrine_Query_Filter_Chain
Source Location: /Doctrine/Query/Filter/Chain.phpClass Doctrine_Query_Filter_Chain
Class Overview
Doctrine_Query_Filter_Chain Located in /Doctrine/Query/Filter/Chain.php [line 33] Author(s):
|
[ Top ]
Method Summary
Methods
add [line 45]
|
add
Parameters:Doctrine_Query_Filter | $filter: |
API Tags:
Access: | public |
[ Top ]
get [line 56]
|
returns a Doctrine_Query_Filter on success and null on failure
Parameters:mixed | $key: |
API Tags:
Access: | public |
[ Top ]
postQuery [line 98]
|
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 |
[ Top ]
preQuery [line 83]
|
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 |
[ Top ]
set [line 70]
|
set
Parameters:mixed | $key: | |
Doctrine_Query_Filter | $listener: |
API Tags:
Access: | public |
[ Top ]