Browse Source

Added a note to let users know to try not to use the callback if possible

Stephen Ficklin 6 years ago
parent
commit
4309d10ff9
1 changed files with 6 additions and 0 deletions
  1. 6 0
      tripal/includes/TripalImporter.inc

+ 6 - 0
tripal/includes/TripalImporter.inc

@@ -125,6 +125,12 @@ class TripalImporter {
    * TripalImporter desipte your loader being self-sufficient is that Tripal
    * will treat your loader like all others providing a consistent location
    * in the menu and set of permissions.
+   * 
+   * Note: use of a callback is discouraged as the importer provides a 
+   * consistent workflow for all importers.  Try your best to fit your importer
+   * within the class.  Use this if you abosolutely cannot fit your importer
+   * into  TripalImporter implementation.
+   * 
    */
   public static $callback = '';