PHP 클래스 UserAccessibleWorkflowStageRequiredPolicy, pkp-lib

상속: extends AuthorizationPolicy
파일 보기 프로젝트 열기: pkp/pkp-lib

공개 프로퍼티들

프로퍼티 타입 설명
$_request PKPRequest

공개 메소드들

메소드 설명
__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 ( )

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( $request )
$request PKPRequest

_getAccessibleStageRoles() 공개 메소드

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
리턴 array

effect() 공개 메소드

또한 보기: AuthorizationPolicy::effect()
public effect ( )

프로퍼티 상세

$_request 공개적으로 프로퍼티

public PKPRequest $_request
리턴 PKPRequest