An action to download all files in a submission file grid. More...
Public Member Functions | |
| _getFilesIdsAndRevisions ($files) | |
| DownloadAllLinkAction (&$request, $actionArgs, $files) | |
An action to download all files in a submission file grid.
Definition at line 20 of file DownloadAllLinkAction.inc.php.
| DownloadAllLinkAction._getFilesIdsAndRevisions | ( | $ | files | ) |
Return an string with all files ids and revisions.
| $files | array The files that will be downloaded. |
Definition at line 50 of file DownloadAllLinkAction.inc.php.
Referenced by DownloadAllLinkAction().
| DownloadAllLinkAction.DownloadAllLinkAction | ( | &$ | request, | |
| $ | actionArgs, | |||
| $ | files | |||
| ) |
Constructor
| $request | Request | |
| $actionArgs | array | |
| $files | array Files to be downloaded. |
Definition at line 28 of file DownloadAllLinkAction.inc.php.
References _getFilesIdsAndRevisions().
1.7.1