|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| __construct ($request, $actionArgs, $files) | |
| _getFilesIdsAndRevisions ($files) | |
Public Member Functions inherited from LinkAction | |
| __construct ($id, $actionRequest, $title=null, $image=null, $toolTip=null) | |
| getActionRequest () | |
| getHoverTitle () | |
| getId () | |
| getImage () | |
| getTitle () | |
| getToolTip () | |
| setTitle ($title) | |
Additional Inherited Members | |
Data Fields inherited from LinkAction | |
| $_actionRequest | |
| $_id | |
| $_image | |
| $_title | |
| $_toolTip | |
An action to download all files in a submission file grid.
Definition at line 21 of file DownloadAllLinkAction.inc.php.
| DownloadAllLinkAction::__construct | ( | $request, | |
| $actionArgs, | |||
| $files | |||
| ) |
Constructor
| $request | Request |
| $actionArgs | array |
| $files | array Files to be downloaded. |
Definition at line 29 of file DownloadAllLinkAction.inc.php.
References _getFilesIdsAndRevisions().
| DownloadAllLinkAction::_getFilesIdsAndRevisions | ( | $files | ) |
Return an string with all files ids and revisions.
| $files | array The files that will be downloaded. |
Definition at line 51 of file DownloadAllLinkAction.inc.php.
Referenced by __construct().