Documentation is available at Integer.php
- <?php
- class PHPFIT_TypeAdapter_Integer extends PHPFIT_TypeAdapter {
- public function equals($a, $b) {
- return $a == $b;
- }
- public function parse($s) {
- return intval($s);
- }
- }
- ?>
Documentation generated on Sun, 02 Apr 2006 23:21:39 +0000 by phpDocumentor 1.3.0RC5