PHP 클래스 IssueEntryHandler, ojs

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

공개 프로퍼티들

프로퍼티 타입 설명
$_selectedGalleyId the selected galley id *

공개 메소드들

메소드 설명
__construct ( ) Constructor.
fetch ( $args, $request ) : JSONMessage Display the tabs index page.
fetchFormatInfo ( $args, $request ) : JSONMessage Returns a JSON response containing information regarding the galley formats enabled for this submission.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

fetch() 공개 메소드

Display the tabs index page.
public fetch ( $args, $request ) : JSONMessage
$args array
$request PKPRequest
리턴 JSONMessage JSON object

fetchFormatInfo() 공개 메소드

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

프로퍼티 상세

$_selectedGalleyId 공개적으로 프로퍼티

the selected galley id *
public $_selectedGalleyId