Open Journal Systems  3.3.0
SelectFilesLinkAction Class Reference
Inheritance diagram for SelectFilesLinkAction:
LinkAction SelectReviewFilesLinkAction

Public Member Functions

 __construct ($request, $actionArgs, $actionLabel, $modalTitle=null)
 
- 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
 

Detailed Description

An abstract base action for actions to open up a modal that allows users to select files from a file list grid.

Definition at line 18 of file SelectFilesLinkAction.inc.php.

Constructor & Destructor Documentation

◆ __construct()

SelectFilesLinkAction::__construct (   $request,
  $actionArgs,
  $actionLabel,
  $modalTitle = null 
)

Constructor

Parameters
$requestRequest
$actionArgsarray The parameters required by the link action target to identify a list of files.
$actionLabelstring The localized label of the link action.
$modalTitlestring the (optional) title to be used for the modal.

Reimplemented in SelectReviewFilesLinkAction.

Definition at line 28 of file SelectFilesLinkAction.inc.php.


The documentation for this class was generated from the following file: