PHP 클래스 ManageIssuesHandler, ojs

상속: extends Handler
파일 보기 프로젝트 열기: pkp/ojs

공개 프로퍼티들

프로퍼티 타입 설명
$issue issue associated with the request *

공개 메소드들

메소드 설명
__construct ( ) Constructor
authorize ( $request, &$args, $roleAssignments )
index ( $args, $request ) : JSONMessage Displays the issue listings in a tabbed interface.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( )

authorize() 공개 메소드

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

index() 공개 메소드

Displays the issue listings in a tabbed interface.
public index ( $args, $request ) : JSONMessage
$args array
$request PKPRequest
리턴 JSONMessage JSON object

프로퍼티 상세

$issue 공개적으로 프로퍼티

issue associated with the request *
public $issue