Changeset 226

Show
Ignore:
Timestamp:
02/06/07 11:58:54 (2 years ago)
Author:
mikey
Message:

added missing doc blocks

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/star/StarFile.php

    r225 r226  
    1919     */ 
    2020    protected $name; 
    21      
     21    /** 
     22     * the path that gets removed if file is added to a star archive 
     23     * 
     24     * @var  string 
     25     * @see  getPathWithBaseRemoved() 
     26     */ 
    2227    protected $removePath = null; 
    2328     
     
    9398    } 
    9499     
     100    /** 
     101     * returns the path of the file but with the base removed 
     102     * 
     103     * @var  string 
     104     */ 
    95105    public function getPathWithBaseRemoved() 
    96106    {