PHP Class Newscoop\NewscoopBundle\Controller\AttachmentsController

Inheritance: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Datei anzeigen Open project: sourcefabric/newscoop

Public Methods

Method Description
downloadAttachmentAction ( Request $request, $id, $name )

Private Methods

Method Description
openFileInBrowser ( $attachment, $attachmentService )
sendFileAsAttachment ( $attachment, $attachmentService )

Method Details

downloadAttachmentAction() public method

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