Changeset 1311 for trunk/src/main/php/net/stubbles/xml/unserializer
- Timestamp:
- 01/29/08 18:44:27 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/xml/unserializer/stubXMLUnserializer.php
r1301 r1311 248 248 * converts it to the correct type. 249 249 * 250 * @param string $namespaceURI namespace of end tag 251 * @param string $sName name of end tag 250 * @param string $namespaceURI namespace of end tag 251 * @param string $sName name of end tag 252 * @return mixed 252 253 */ 253 254 protected function endElement($namespaceURI, $sName)
