PHP Class UserAccessibleWorkflowStageRequiredPolicy, pkp-lib

Inheritance: extends AuthorizationPolicy
Afficher le fichier Open project: pkp/pkp-lib

Méthodes publiques

Свойство Type Description
$_request PKPRequest

Méthodes publiques

Méthode Description
__construct ( $request ) Constructor
_getAccessibleStageRoles ( integer $userId, integer $contextId, Submission &$submission, integer $stageId ) : array Check for roles that give access to the passed workflow stage.
effect ( )

Method Details

__construct() public méthode

Constructor
public __construct ( $request )
$request PKPRequest

_getAccessibleStageRoles() public méthode

Check for roles that give access to the passed workflow stage.
public _getAccessibleStageRoles ( integer $userId, integer $contextId, Submission &$submission, integer $stageId ) : array
$userId integer
$contextId integer
$submission Submission
$stageId integer
Résultat array

effect() public méthode

See also: AuthorizationPolicy::effect()
public effect ( )

Property Details

$_request public_oe property

public PKPRequest $_request
Résultat PKPRequest