Changeset 1389 for trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLMatcherAnnotation.php
- Timestamp:
- 02/29/08 15:57:54 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLMatcherAnnotation.php
r1311 r1389 48 48 * 49 49 * @param stubReflectionProperty $property 50 * @param mixed $propertyValue51 50 * @return string|false 52 51 * @throws stubXMLException 53 52 */ 54 public function getTagnameForProperty(stubReflectionProperty $property , $propertyValue)53 public function getTagnameForProperty(stubReflectionProperty $property) 55 54 { 56 55 $matches = array(); … … 75 74 * 76 75 * @param stubReflectionMethod $method 77 * @param mixed $returnValue78 76 * @return string|bool 79 77 * @throws stubXMLException 80 78 */ 81 public function getTagnameForMethod(stubReflectionMethod $method , $returnValue)79 public function getTagnameForMethod(stubReflectionMethod $method) 82 80 { 83 81 $matches = array();
