Exemplo n.º 1
0
 /**
  * Find if the URL should be returned as a torrent.
  *
  * @return BasicPath|bool
  *   The BasicPath if a torrent should be served, FALSE otherwise.
  */
 protected function useTorrent()
 {
     return $this->config->getTorrentPaths()->match($this->getLocalPath());
 }