Exemplo n.º 1
0
 /**
  * @param Sample $sample
  * @return string
  */
 public function getSampleUrl($sample)
 {
     return $this->getUrl('downloadable/download/sample', ['sample_id' => $sample->getId()]);
 }