public function getAttachmentUrl($attachment) { return $this->router->generate('newscoop_newscoop_attachments_downloadattachment', array('id' => $attachment->getId(), 'name' => $attachment->getName()), true); }