Source for file Magnitude.class.php

Documentation is available at Magnitude.class.php

  1. <?php
  2. /**
  3. * Magnitude has methods for dealing with linearly ordered collections.
  4. *
  5. * Subclasses represent dates, times, and numbers.
  6. *
  7. * Example for interval-testing (answers a Boolean):
  8. * $seven->between($five, $ten);
  9. *
  10. * @since 7/13/05
  11. * @package harmoni.utilities
  12. *
  13. * @copyright Copyright &copy; 2005, Middlebury College
  14. * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)
  15. *
  16. * @version $Id: Magnitude.class.php,v 1.1 2005/07/13 17:41:14 adamfranco Exp $
  17. */
  18.  
  19. require_once(HARMONI."chronology/Magnitude.class.php");
  20.  
  21. ?>

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