Changeset 1301 for trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLFragmentAnnotation.php
- Timestamp:
- 01/25/08 20:09:22 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLFragmentAnnotation.php
r1296 r1301 33 33 * Set the tag name 34 34 * 35 * @param string$tagName35 * @param string $tagName 36 36 */ 37 37 public function setTagName($tagName) … … 43 43 * Get the tag name for the tag 44 44 * 45 * @return string45 * @return string 46 46 */ 47 47 public function getTagName()
