Changeset 1296 for trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLTagAnnotation.php
- Timestamp:
- 01/24/08 15:42:33 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLTagAnnotation.php
r1229 r1296 27 27 * Name of the XML tag 28 28 * 29 * @var string29 * @var string 30 30 */ 31 31 protected $tagName; … … 33 33 * Name of the XML tag for elements if this element is indexed 34 34 * 35 * @var string35 * @var string 36 36 */ 37 37 protected $elementTagName = null;
