Author: mcantelon
Date: Tue Feb  7 00:27:13 2012
New Revision: 10814

Log:
Added optional parameter for output file support.

Modified:
   trunk/lib/task/import/csvCustomImportTask.class.php

Modified: trunk/lib/task/import/csvCustomImportTask.class.php
==============================================================================
--- trunk/lib/task/import/csvCustomImportTask.class.php Tue Feb  7 00:03:23 
2012        (r10813)
+++ trunk/lib/task/import/csvCustomImportTask.class.php Tue Feb  7 00:27:13 
2012        (r10814)
@@ -43,7 +43,8 @@
     parent::configure();
 
     $this->addOptions(array(
-      new sfCommandOption('import-definition', null, 
sfCommandOption::PARAMETER_REQUIRED, 'PHP file defining and returing an import 
object.')
+      new sfCommandOption('import-definition', null, 
sfCommandOption::PARAMETER_REQUIRED, 'PHP file defining and returning an import 
object.'),
+      new sfCommandOption('output-file', null, 
sfCommandOption::PARAMETER_OPTIONAL, 'Optional output file parameter which can 
be referenced by import definition logic.')
     ));
   }
 

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to