Documentation is available at ActiveRecordsSearch.class.php
- <?php
- require_once HARMONI."dataManager/search/SearchCriteria.interface.php";
- /**
- * Limits a search to exclude all inactive {@link Record}s.
- *
- * @package harmoni.datamanager.search
- *
- * @copyright Copyright © 2005, Middlebury College
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)
- *
- * @version $Id: ActiveRecordsSearch.class.php,v 1.5 2007/04/12 15:37:25 adamfranco Exp $
- */
- class ActiveRecordsSearch extends SearchCriteria {
- function ActiveRecordsSearch() {
- throwError(
- new Error("ActiveRecordsSearch has been deprecated as Records no longer have an active flag.", "RecordManager", true));
- }
- function returnSearchString() {
- return "dm_record.active=1";
- }
- function postProcess($ids) { return $ids; }
- }
- ?>
Documentation generated on Wed, 19 Sep 2007 10:21:19 -0400 by phpDocumentor 1.3.0RC3