Class AndSearch

Description

Takes multiple other criteria and AND's them together in the SQL query.

  • version: $Id: AndSearch.class.php,v 1.6 2007/09/04 20:25:32 adamfranco Exp $
  • license: GNU General Public License (GPL)
  • copyright: Copyright © 2005, Middlebury College

Located in /harmoni/core/dataManager/search/AndSearch.class.php (line 15)

SearchCriteria
   |
   --MultipleCriteriaSearch
      |
      --AndSearch
Method Summary
void postProcess (mixed $ids)
Variables

Inherited Variables

Inherited from MultipleCriteriaSearch

MultipleCriteriaSearch::$_criteria
Methods
postProcess (line 33)
void postProcess (mixed $ids)

Redefinition of:
SearchCriteria::postProcess()
Returns an array of new IDs, giving the criteria the opportunity to do post-processing if that is desired. If no post-processing is to be done, it should return what is passed.
returnSearchString (line 17)
void returnSearchString ()

Redefinition of:
SearchCriteria::returnSearchString()
Returns a string with what will end up part of an SQL query in the WHERE clause.

Inherited Methods

Inherited From MultipleCriteriaSearch

MultipleCriteriaSearch::addCriteria()

Inherited From SearchCriteria

SearchCriteria::postProcess()
SearchCriteria::returnSearchString()

Documentation generated on Wed, 19 Sep 2007 10:21:29 -0400 by phpDocumentor 1.3.0RC3