Index: trunk/phase3/includes/filerepo/FileRepo.php |
— | — | @@ -397,6 +397,13 @@ |
398 | 398 | */ |
399 | 399 | abstract function storeTemp( $originalName, $srcPath ); |
400 | 400 | |
| 401 | + |
| 402 | + /** |
| 403 | + * Append the contents of the source path to the given file. |
| 404 | + * @param $srcPath string location of the source file |
| 405 | + * @param $toAppendPath string path to append to. |
| 406 | + * @return mixed Status or false |
| 407 | + */ |
401 | 408 | abstract function append( $srcPath, $toAppendPath ); |
402 | 409 | |
403 | 410 | /** |