From 10e8d3529df24ccb205211f3030353cd2db9e0e0 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 25 Jun 2008 17:04:35 +0000 Subject: Fixes for filestore. git-svn-id: https://code.elgg.org/elgg/trunk@1128 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/filestore.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'engine/lib') diff --git a/engine/lib/filestore.php b/engine/lib/filestore.php index 293122586..e0fe07a98 100644 --- a/engine/lib/filestore.php +++ b/engine/lib/filestore.php @@ -72,14 +72,6 @@ * @return int */ abstract public function tell($f); - - /** - * Get the contents of the whole file. - * - * @param mixed $f The file handle. - * @return mixed The file contents. - */ - abstract public function grabFile($f); /** * Close a given file handle. @@ -121,7 +113,15 @@ * Set the parameters from the associative array produced by $this->getParameters(). */ abstract public function setParameters(array $parameters); - + + /** + * Get the contents of the whole file. + * + * @param mixed $f The file handle. + * @return mixed The file contents. + */ + abstract public function grabFile(ElggFile $file); + } /** -- cgit v1.2.3