PHP Класс Wallabag\CoreBundle\Controller\ExportController

Still need implementation: txt.
Наследование: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
downloadEntriesAction ( Request $request, string $format, string $category ) : Response Export all entries for current user.
downloadEntryAction ( Entry $entry, string $format ) : Response Gets one entry content.

Описание методов

downloadEntriesAction() публичный Метод

Export all entries for current user.
public downloadEntriesAction ( Request $request, string $format, string $category ) : Response
$request Symfony\Component\HttpFoundation\Request
$format string
$category string
Результат Symfony\Component\HttpFoundation\Response

downloadEntryAction() публичный Метод

Gets one entry content.
public downloadEntryAction ( Entry $entry, string $format ) : Response
$entry Wallabag\CoreBundle\Entity\Entry
$format string
Результат Symfony\Component\HttpFoundation\Response