PHP Class Ojs\SiteBundle\Controller\DownloadController

Inheritance: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Afficher le fichier Open project: ojs/ojs

Méthodes publiques

Méthode Description
articleFileAction ( Ojs\JournalBundle\Entity\ArticleFile $articleFile ) : BinaryFileResponse
issueFileAction ( IssueFile $issueFile ) : BinaryFileResponse

Method Details

articleFileAction() public méthode

public articleFileAction ( Ojs\JournalBundle\Entity\ArticleFile $articleFile ) : BinaryFileResponse
$articleFile Ojs\JournalBundle\Entity\ArticleFile
Résultat Symfony\Component\HttpFoundation\BinaryFileResponse

issueFileAction() public méthode

public issueFileAction ( IssueFile $issueFile ) : BinaryFileResponse
$issueFile Ojs\JournalBundle\Entity\IssueFile
Résultat Symfony\Component\HttpFoundation\BinaryFileResponse