|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($request, &$args, $roleAssignments, $submissionParameterName, $stageId, $workflowType=null) | |
Public Member Functions inherited from ContextPolicy | |
| __construct ($request) | |
Public Member Functions inherited from PolicySet | |
| addPolicy ($policyOrPolicySet, $addToTop=false) | |
| getCombiningAlgorithm () | |
| getEffectIfNoPolicyApplies () | |
| & | getPolicies () |
| setEffectIfNoPolicyApplies ($effectIfNoPolicyApplies) | |
Additional Inherited Members | |
Data Fields inherited from PolicySet | |
| $_combiningAlgorithm | |
| $_effectIfNoPolicyApplies = AUTHORIZATION_DENY | |
| $_policies = array() | |
Class to control access to OMP's submission workflow stage components.
Definition at line 19 of file WorkflowStageAccessPolicy.inc.php.
| WorkflowStageAccessPolicy::__construct | ( | $request, | |
| & | $args, | ||
| $roleAssignments, | |||
| $submissionParameterName, | |||
| $stageId, | |||
$workflowType = null |
|||
| ) |
Constructor
| $request | PKPRequest |
| $args | array request arguments |
| $roleAssignments | array |
| $submissionParameterName | string |
| $stageId | integer One of the WORKFLOW_STAGE_ID_* constants. |
| $workflowType | string|null Which workflow the stage access must be granted for. One of WORKFLOW_TYPE_*. |
Definition at line 30 of file WorkflowStageAccessPolicy.inc.php.
References PolicySet\addPolicy().