Changeset 226
- Timestamp:
- 02/06/07 11:58:54 (2 years ago)
- Files:
-
- trunk/src/main/php/net/stubbles/star/StarFile.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/star/StarFile.php
r225 r226 19 19 */ 20 20 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 */ 22 27 protected $removePath = null; 23 28 … … 93 98 } 94 99 100 /** 101 * returns the path of the file but with the base removed 102 * 103 * @var string 104 */ 95 105 public function getPathWithBaseRemoved() 96 106 {
