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