Documentation

EntryDownloadController
in package
implements IController

FinalYes

Table of Contents

Interfaces

IController

Properties

$clientRepository  : ClientRepository
$entryDownloadService  : EntryDownloadService
$eventsManager  : Manager
$request  : Request
$response  : IResponse

Methods

__construct()  : mixed
EntryDownloadController constructor.
downloadEntriesByEntryFilterAction()  : object
downloadEntriesByEntryIdListAction()  : object
downloadEntryPastByEntryPastIdAndFileTypeAction()  : void
downloadEntryReportByEntryReportIdAndFileTypeAction()  : void
downloadReportByReportIdAndFileTypeAction()  : void
partnerDownloadEntryReportByEntryReportIdAction()  : mixed
createZip()  : mixed
removeFiles()  : mixed

Properties

Methods

downloadEntriesByEntryFilterAction()

public downloadEntriesByEntryFilterAction() : object
Return values
object

downloadEntriesByEntryIdListAction()

public downloadEntriesByEntryIdListAction() : object
Return values
object

downloadEntryPastByEntryPastIdAndFileTypeAction()

public downloadEntryPastByEntryPastIdAndFileTypeAction(int $entryPastId, string $fileType) : void
Parameters
$entryPastId : int
$fileType : string

downloadEntryReportByEntryReportIdAndFileTypeAction()

public downloadEntryReportByEntryReportIdAndFileTypeAction(int $entryReportId, string $fileType) : void
Parameters
$entryReportId : int
$fileType : string

downloadReportByReportIdAndFileTypeAction()

public downloadReportByReportIdAndFileTypeAction(int $reportId, string $fileType) : void
Parameters
$reportId : int
$fileType : string

partnerDownloadEntryReportByEntryReportIdAction()

public partnerDownloadEntryReportByEntryReportIdAction(int $userId, int $entryReportId) : mixed
Parameters
$userId : int
$entryReportId : int

        
On this page

Search results