mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR Added code example of $model_importers array item
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@66800 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
7db5f7b2e9
commit
02be93a3ca
@ -82,6 +82,8 @@ abstract class ModelAdmin extends LeftAndMain {
|
|||||||
* a subclass of {@link BulkLoader} (mostly CSV data).
|
* a subclass of {@link BulkLoader} (mostly CSV data).
|
||||||
* By default {@link CsvBulkLoader} is used, assuming a standard mapping
|
* By default {@link CsvBulkLoader} is used, assuming a standard mapping
|
||||||
* of column names to {@link DataObject} properties/relations.
|
* of column names to {@link DataObject} properties/relations.
|
||||||
|
*
|
||||||
|
* e.g. "BlogEntry" => "BlogEntryCsvBulkLoader"
|
||||||
*
|
*
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user