PHP 클래스 Wallabag\CoreBundle\Controller\ExportController

Still need implementation: txt.
상속: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
파일 보기 프로젝트 열기: wallabag/wallabag

공개 메소드들

메소드 설명
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