PHP 클래스 PublicationEntryHandler, pkp-lib

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

공개 프로퍼티들

프로퍼티 타입 설명
$_stageId The current stage id *
$_submission The submission *
$_tabPosition the current tab position *

공개 메소드들

메소드 설명
__construct ( ) Constructor.
authorize ( $request, &$args, $roleAssignments )
fetch ( $args, $request ) Display the tabs index page.
fetchFormatInfo ( $args, $request ) Returns a JSON response containing information regarding the formats enabled for this submission.
getStageId ( ) : integer Get the stage id
getSubmission ( ) : Submission Get the Submission
getTabPosition ( ) : integer Get the current tab position
initialize ( $request, $args = null )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

authorize() 공개 메소드

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

fetch() 공개 메소드

Display the tabs index page.
public fetch ( $args, $request )
$args array
$request PKPRequest

fetchFormatInfo() 공개 메소드

Returns a JSON response containing information regarding the formats enabled for this submission.
public fetchFormatInfo ( $args, $request )
$args array
$request Request

getStageId() 공개 메소드

Get the stage id
public getStageId ( ) : integer
리턴 integer

getSubmission() 공개 메소드

Get the Submission
public getSubmission ( ) : Submission
리턴 Submission

getTabPosition() 공개 메소드

Get the current tab position
public getTabPosition ( ) : integer
리턴 integer

initialize() 공개 메소드

public initialize ( $request, $args = null )

프로퍼티 상세

$_stageId 공개적으로 프로퍼티

The current stage id *
public $_stageId

$_submission 공개적으로 프로퍼티

The submission *
public $_submission

$_tabPosition 공개적으로 프로퍼티

the current tab position *
public $_tabPosition