mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Added deprecation note to BulkLoaderAdmin
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@49883 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
c9fc1ea46b
commit
6546f66ebb
@ -10,9 +10,9 @@
|
|||||||
* The BulkLoaderAdmin class provides an interface for accessing all of the subclasses of BulkLoader,
|
* The BulkLoaderAdmin class provides an interface for accessing all of the subclasses of BulkLoader,
|
||||||
* each of which defines a particular bulk loading operation.
|
* each of which defines a particular bulk loading operation.
|
||||||
*
|
*
|
||||||
* This code was originally developed for Per Week in collaboration with Brian Calhoun.
|
|
||||||
* @package cms
|
* @package cms
|
||||||
* @subpackage bulkloading
|
* @subpackage bulkloading
|
||||||
|
* @deprecated This class has never been used in production; if we're going to continue to support it we should increase its usefulness.
|
||||||
*/
|
*/
|
||||||
class BulkLoaderAdmin extends LeftAndMain {
|
class BulkLoaderAdmin extends LeftAndMain {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user