Show
Ignore:
Timestamp:
01/25/08 20:09:22 (7 months ago)
Author:
richi
Message:

coding standards: fixed coding standards issues (function docblock)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLAttributeAnnotation.php

    r1296 r1301  
    3838     * Set the attribute name 
    3939     * 
    40      * @param string $attributeName 
     40     * @param string $attributeName 
    4141     */ 
    4242    public function setAttributeName($attributeName) 
     
    4848     * Set the skipEmpty behaviour 
    4949     * 
    50      * @param boolean $skipEmpty 
     50     * @param boolean $skipEmpty 
    5151     */ 
    5252    public function setSkipEmpty($skipEmpty) 
     
    5858     * Get the name for the attribute 
    5959     * 
    60      * @return string 
     60     * @return string 
    6161     */ 
    6262    public function getAttributeName() 
     
    6868     * Check, whether empty values should be skipped 
    6969     * 
    70      * @return boolean 
     70     * @return boolean 
    7171     */ 
    7272    public function shouldSkipEmpty()