Changeset 1301 for trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLAttributeAnnotation.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/stubXMLAttributeAnnotation.php
r1296 r1301 38 38 * Set the attribute name 39 39 * 40 * @param string$attributeName40 * @param string $attributeName 41 41 */ 42 42 public function setAttributeName($attributeName) … … 48 48 * Set the skipEmpty behaviour 49 49 * 50 * @param boolean$skipEmpty50 * @param boolean $skipEmpty 51 51 */ 52 52 public function setSkipEmpty($skipEmpty) … … 58 58 * Get the name for the attribute 59 59 * 60 * @return string60 * @return string 61 61 */ 62 62 public function getAttributeName() … … 68 68 * Check, whether empty values should be skipped 69 69 * 70 * @return boolean70 * @return boolean 71 71 */ 72 72 public function shouldSkipEmpty()
