Explorar o código

Added the getArguments() function for issue #553

Stephen Ficklin %!s(int64=6) %!d(string=hai) anos
pai
achega
87efb0e959
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      tripal/includes/TripalImporter.inc

+ 10 - 0
tripal/includes/TripalImporter.inc

@@ -721,5 +721,15 @@ class TripalImporter {
    */
   public function postRun() {
   }
+  
+  /**
+   * Retrieves the list of arguments that were provided to the importer.
+   * 
+   * @return
+   *   The array of arguments as passed to create function.
+   */
+  public function getArguments() {
+    return $this->arguments;
+  }
 
 }