PHP Class ReviewerHandler, ojs

Inheritance: extends Handler
Show file Open project: pkp/ojs Class Usage Examples

Public Methods

Method Description
__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 )

Method Details

__construct() public method

Constructor
public __construct ( )

_validateAccessKey() public method

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
return void

authorize() public method

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