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:
Sean Harvey 2008-11-27 00:48:00 +00:00 committed by Sam Minnee
parent 7db5f7b2e9
commit 02be93a3ca

View File

@ -82,6 +82,8 @@ abstract class ModelAdmin extends LeftAndMain {
* a subclass of {@link BulkLoader} (mostly CSV data).
* By default {@link CsvBulkLoader} is used, assuming a standard mapping
* of column names to {@link DataObject} properties/relations.
*
* e.g. "BlogEntry" => "BlogEntryCsvBulkLoader"
*
* @var array
*/