mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
API-CHANGE: adding stub method
This commit is contained in:
parent
f7e0bb918a
commit
e41d6691f0
@ -495,6 +495,14 @@ class DMSDocument extends DataObject implements DMSDocumentInterface {
|
|||||||
return $fields;
|
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 {
|
class DMSDocument_Controller extends Controller {
|
||||||
|
Loading…
Reference in New Issue
Block a user