PHP Class Newscoop\NewscoopBundle\Controller\AttachmentsController

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

Méthodes publiques

Méthode Description
downloadAttachmentAction ( Request $request, $id, $name )

Private Methods

Méthode Description
openFileInBrowser ( $attachment, $attachmentService )
sendFileAsAttachment ( $attachment, $attachmentService )

Method Details

downloadAttachmentAction() public méthode

public downloadAttachmentAction ( Request $request, $id, $name )
$request Symfony\Component\HttpFoundation\Request