Changeset 1301 for trunk/src/main/php/net/stubbles/xml/unserializer
- Timestamp:
- 01/25/08 20:09:22 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/xml/unserializer/stubXMLUnserializer.php
r1285 r1301 142 142 /** 143 143 * initializes the parser 144 * 145 * @return XMLReader $reader 144 146 */ 145 147 protected function initParser() … … 382 384 * try to guess the type of a value and set it accordingly 383 385 * 384 * @param string character data385 * @return mixed value with the best matching type386 * @param string $value character data 387 * @return mixed value with the best matching type 386 388 */ 387 389 protected function guessAndSetType($value)
