Source for file Integer.php

Documentation is available at Integer.php

  1. <?php
  2. class PHPFIT_TypeAdapter_Integer extends PHPFIT_TypeAdapter {
  3. public function equals($a, $b) {
  4. return $a == $b;
  5. }
  6.  
  7. public function parse($s) {
  8. return intval($s);
  9. }
  10. }
  11.  
  12. ?>

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