public function TripalFieldDownloader::getURL
3.x TripalFieldDownloader.inc | public TripalFieldDownloader::getURL() |
Retrieves the URL for the downloadable file.
File
- tripal/
includes/ TripalFieldDownloaders/ TripalFieldDownloader.inc, line 211
Class
Code
public function getURL() {
return $this->outfile;
}