mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
API CHANGE Removed useless File->test() method
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@63077 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
13d55cdfc4
commit
f0feea5109
@ -162,13 +162,6 @@ class File extends DataObject {
|
|||||||
return $upload->isError();
|
return $upload->isError();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* Help to load the content of different type of files to File Table Content Field
|
|
||||||
*/
|
|
||||||
function test() {
|
|
||||||
Debug::show(get_defined_functions());
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Delete the database record (recursively for folders) without touching the filesystem
|
* Delete the database record (recursively for folders) without touching the filesystem
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user