PHP Class NativeImportExportDeployment, ojs

Inheritance: extends PKPNativeImportExportDeployment
Show file Open project: pkp/ojs

Public Properties

Property Type Description
$_issue

Public Methods

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

Method Details

__construct() public method

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

getIssue() public method

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

getRepresentationNodeName() public method

Get the representation node name

getSchemaFilename() public method

Get the schema filename.
public getSchemaFilename ( ) : string
return string

getSubmissionNodeName() public method

Get the submission node name
public getSubmissionNodeName ( ) : string
return string

getSubmissionsNodeName() public method

Get the submissions node name
public getSubmissionsNodeName ( ) : string
return string

removeImportedObjects() public method

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

setIssue() public method

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

Property Details

$_issue public property

public $_issue