r62235 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62234‎ | r62235 | r62236 >
Date:11:08, 10 February 2010
Author:mah
Status:ok
Tags:
Comment:
follow-up r62231 Document FileRepo::append()
Modified paths:
  • /trunk/phase3/includes/filerepo/FileRepo.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/FileRepo.php
@@ -397,6 +397,13 @@
398398 */
399399 abstract function storeTemp( $originalName, $srcPath );
400400
 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+ */
401408 abstract function append( $srcPath, $toAppendPath );
402409
403410 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r62231* new FauxResponse class to help with unit testing...mah10:36, 10 February 2010

Status & tagging log