Ejemplo n.º 1
0
 protected function buildDownloadURL($url)
 {
     if (KurogoWebBridge::shouldRewriteInternalLinks()) {
         return KurogoWebBridge::getDownloadLink($url);
     } else {
         return $url;
     }
 }