Source for file SearchModule.interface.php

Documentation is available at SearchModule.interface.php

  1. <?php
  2. /**
  3. * @package harmoni.osid_v2.repository.search
  4. *
  5. * @copyright Copyright &copy; 2005, Middlebury College
  6. * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)
  7. *
  8. * @version $Id: SearchModule.interface.php,v 1.6 2007/09/04 20:25:47 adamfranco Exp $
  9. */
  10.  
  11. /**
  12. * Search Modules implement the functionality of searching the digital repository
  13. *
  14. *
  15. * @package harmoni.osid_v2.repository.search
  16. *
  17. * @copyright Copyright &copy; 2005, Middlebury College
  18. * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)
  19. *
  20. * @version $Id: SearchModule.interface.php,v 1.6 2007/09/04 20:25:47 adamfranco Exp $
  21. */
  22.  
  23. class SearchModuleInterface {
  24. /**
  25. * Get the ids of the assets that match the search criteria
  26. *
  27. * @param mixed $searchCriteria
  28. * @return array
  29. * @access public
  30. * @since 11/2/04
  31. */
  32. function searchAssets ( $searchCriteria ) {
  33. die ("Method <b>".__FUNCTION__."()</b> declared in interface <b> ".__CLASS__."</b> has not been overloaded in a child class.");
  34. }
  35. }
  36.  
  37. ?>

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