PHP 클래스 NativeImportExportDeployment, ojs

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

공개 프로퍼티들

프로퍼티 타입 설명
$_issue

공개 메소드들

메소드 설명
__construct ( $context, $user ) Constructor
getIssue ( ) : Issue Get the import/export issue.
getRepresentationNodeName ( ) Get the representation node name
getSchemaFilename ( ) : string Get the schema filename.
getSubmissionNodeName ( ) : string Get the submission node name
getSubmissionsNodeName ( ) : string Get the submissions node name
removeImportedObjects ( $assocType ) Remove the processed objects.
setIssue ( $issue ) Set the import/export issue.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( $context, $user )
$context Context
$user User

getIssue() 공개 메소드

Get the import/export issue.
public getIssue ( ) : Issue
리턴 Issue

getRepresentationNodeName() 공개 메소드

Get the representation node name

getSchemaFilename() 공개 메소드

Get the schema filename.
public getSchemaFilename ( ) : string
리턴 string

getSubmissionNodeName() 공개 메소드

Get the submission node name
public getSubmissionNodeName ( ) : string
리턴 string

getSubmissionsNodeName() 공개 메소드

Get the submissions node name
public getSubmissionsNodeName ( ) : string
리턴 string

removeImportedObjects() 공개 메소드

Remove the processed objects.
public removeImportedObjects ( $assocType )
$assocType integer ASSOC_TYPE_...

setIssue() 공개 메소드

Set the import/export issue.
public setIssue ( $issue )
$issue Issue

프로퍼티 상세

$_issue 공개적으로 프로퍼티

public $_issue