Changeset 1389 for trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLPropertiesAnnotation.php
- Timestamp:
- 02/29/08 15:57:54 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLPropertiesAnnotation.php
r1229 r1389 24 24 * 25 25 * @param stubReflectionProperty $property 26 * @param mixed $propertyValue27 26 * @return string|false 28 27 */ 29 public function getTagnameForProperty(stubReflectionProperty $property , $propertyValue);28 public function getTagnameForProperty(stubReflectionProperty $property); 30 29 } 31 30 ?>
