public static property NewickImporter::$methods

Indicates the methods that the file uploader will support.

Overrides TripalImporter::$methods

File

tripal_chado/includes/TripalImporter/NewickImporter.inc, line 49

Class

NewickImporter

Code

public static $methods =[
// Allow the user to upload a file to the server.
'file_upload' TRUE
  // Allow the user to provide the path on the Tripal server for the file.
  'file_local' TRUE
  // Allow the user to provide a remote URL for the file.
  'file_remote' TRUE
  ];