Changeset 1296 for trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLAttributeAnnotation.php
- Timestamp:
- 01/24/08 15:42:33 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLAttributeAnnotation.php
r1229 r1296 26 26 * Name of the XML attribute 27 27 * 28 * @var string28 * @var string 29 29 */ 30 30 protected $attributeName; … … 32 32 * Whether an empty value should be skipped 33 33 * 34 * @var boolean34 * @var boolean 35 35 */ 36 36 protected $skipEmpty = true;
