API-CHANGE: adding stub method

This commit is contained in:
Julian Seidenberg 2012-07-31 14:26:29 +12:00
parent f7e0bb918a
commit e41d6691f0
1 changed files with 8 additions and 0 deletions

View File

@ -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 {