Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct ($request, $modalTitle, $actionArgs) | |
![]() | |
__construct ($id, $actionRequest, $title=null, $image=null, $toolTip=null) | |
getActionRequest () | |
getHoverTitle () | |
getId () | |
getImage () | |
getTitle () | |
getToolTip () | |
setTitle ($title) | |
Additional Inherited Members | |
![]() | |
$_actionRequest | |
$_id | |
$_image | |
$_title | |
$_toolTip | |
An action to open up a modal to view an email sent to a user.
Definition at line 19 of file EmailLinkAction.inc.php.
EmailLinkAction::__construct | ( | $request, | |
$modalTitle, | |||
$actionArgs | |||
) |
Constructor
$request | Request |
$modalTitle | string Title of the modal |
$actionArgs | array The action arguments. |
Definition at line 26 of file EmailLinkAction.inc.php.