PHP Class Wallabag\CoreBundle\Controller\ExportController

Still need implementation: txt.
Inheritance: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Show file Open project: wallabag/wallabag

Public Methods

Method Description
downloadEntriesAction ( Request $request, string $format, string $category ) : Response Export all entries for current user.
downloadEntryAction ( Entry $entry, string $format ) : Response Gets one entry content.

Method Details

downloadEntriesAction() public method

Export all entries for current user.
public downloadEntriesAction ( Request $request, string $format, string $category ) : Response
$request Symfony\Component\HttpFoundation\Request
$format string
$category string
return Symfony\Component\HttpFoundation\Response

downloadEntryAction() public method

Gets one entry content.
public downloadEntryAction ( Entry $entry, string $format ) : Response
$entry Wallabag\CoreBundle\Entity\Entry
$format string
return Symfony\Component\HttpFoundation\Response