adding docs for Query::reset() method
This commit is contained in:
parent
f2eb153723
commit
ab6a7c9385
1 changed files with 4 additions and 0 deletions
|
@ -119,6 +119,10 @@ class Doctrine_Query extends Doctrine_Query_Abstract implements Countable
|
|||
{
|
||||
return new Doctrine_Query($conn);
|
||||
}
|
||||
|
||||
/**
|
||||
* Resets the query object, so that it can be used again for a fresh query
|
||||
*/
|
||||
public function reset()
|
||||
{
|
||||
$this->_pendingJoinConditions = array();
|
||||
|
|
Loading…
Add table
Reference in a new issue