|
@@ -57,6 +57,7 @@ class TripalImporter {
|
|
|
*/
|
|
|
public static $use_analysis = TRUE;
|
|
|
|
|
|
+
|
|
|
/**
|
|
|
* If the $use_analysis value is set above then this value indicates if the
|
|
|
* analysis should be required.
|
|
@@ -69,6 +70,13 @@ class TripalImporter {
|
|
|
*/
|
|
|
public static $button_text = 'Import File';
|
|
|
|
|
|
+ /**
|
|
|
+ * If the form submit button that is provided by the Importer is not
|
|
|
+ * needed (i.e. the child class wants to do something different). Then
|
|
|
+ * set this to FALSE.
|
|
|
+ */
|
|
|
+ public static $use_button = TRUE;
|
|
|
+
|
|
|
/**
|
|
|
* Indicates the methods that the file uploader will support.
|
|
|
*/
|