From e41d6691f01da90710d45cb840dd882a01847dc1 Mon Sep 17 00:00:00 2001 From: Julian Seidenberg Date: Tue, 31 Jul 2012 14:26:29 +1200 Subject: [PATCH] API-CHANGE: adding stub method --- code/DMSDocument.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/DMSDocument.php b/code/DMSDocument.php index 1abf569..66c8cff 100644 --- a/code/DMSDocument.php +++ b/code/DMSDocument.php @@ -495,6 +495,14 @@ class DMSDocument extends DataObject implements DMSDocumentInterface { return $fields; } + /** + * Takes a file an adds it to the DMSDocument storage, replacing the current file. + * @param $file File to ingest + */ + function ingestFile($file) { + + } + } class DMSDocument_Controller extends Controller {