public function TripalEntityCollection::getOutfileURL

3.x TripalEntityCollection.inc public TripalEntityCollection::getOutfileURL($formatter)

Retrieves the URL for the downloadable file.

Parameters

$formatter: The name of the class

File

tripal/includes/TripalEntityCollection.inc, line 445

Class

TripalEntityCollection

Code

public function getOutfileURL($formatter) {
  $outfile = $this->getOutfilePath($formatter);
}