Skip to content

Commit

Permalink
Add resetCriteria() to RepositoryCriteriaInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
bemyguestdmitriy committed Jan 28, 2016
1 parent fd80fd4 commit b76b2bb
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,10 @@ public function getByCriteria(CriteriaInterface $criteria);
*/
public function skipCriteria($status = true);

/**
* Reset all Criterias
*
* @return $this
*/
public function resetCriteria();
}

0 comments on commit b76b2bb

Please sign in to comment.