Source for file Comparable.php

Documentation is available at Comparable.php

  1. <?php
  2. interface PHPFIT_Comparable {
  3.  
  4.  
  5. /**
  6. * @param object other
  7. * @return a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object.
  8. */
  9. public function compareTo($other);
  10. }
  11. ?>

Documentation generated on Sun, 02 Apr 2006 23:20:50 +0000 by phpDocumentor 1.3.0RC5