|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| __construct ($request, $libraryFile) | |
| getActionArgs (&$libraryFile) | |
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 a library file.
Definition at line 17 of file DownloadLibraryFileLinkAction.inc.php.
| DownloadLibraryFileLinkAction::__construct | ( | $request, | |
| $libraryFile | |||
| ) |
Constructor
| $request | Request |
| $libraryFile | LibraryFile the library file to link to. |
Definition at line 25 of file DownloadLibraryFileLinkAction.inc.php.
| DownloadLibraryFileLinkAction::getActionArgs | ( | & | $libraryFile | ) |
Return the action arguments to address a file.
| $libraryFile | LibraryFile |
Definition at line 50 of file DownloadLibraryFileLinkAction.inc.php.