PHP 클래스 ReviewerHandler, ojs

상속: extends Handler
파일 보기 프로젝트 열기: pkp/ojs 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) Constructor
_validateAccessKey ( $request ) : void Tests if the request contains a valid access token. If this is the case the regular login process will be skipped
authorize ( $request, &$args, $roleAssignments )

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( )

_validateAccessKey() 공개 메소드

Tests if the request contains a valid access token. If this is the case the regular login process will be skipped
public _validateAccessKey ( $request ) : void
$request PKPRequest
리턴 void

authorize() 공개 메소드

public authorize ( $request, &$args, $roleAssignments )