Changeset 1389 for trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLMethodsAnnotation.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/stubXMLMethodsAnnotation.php
r1276 r1389 24 24 * 25 25 * @param stubReflectionMethod $method 26 * @param mixed $returnValue27 26 * @return string|false 28 27 */ 29 public function getTagnameForMethod(stubReflectionMethod $method , $returnValue);28 public function getTagnameForMethod(stubReflectionMethod $method); 30 29 } 31 30 ?>
