PHP 클래스 importExport, ojs

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

공개 프로퍼티들

프로퍼티 타입 설명
$command
$parameters
$plugin

공개 메소드들

메소드 설명
__construct ( $argv = [] ) Constructor.
execute ( ) Parse and execute the import/export task.
usage ( ) Print command usage information.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( $argv = [] )
$argv array command-line arguments (see usage)

execute() 공개 메소드

Parse and execute the import/export task.
public execute ( )

usage() 공개 메소드

Print command usage information.
public usage ( )

프로퍼티 상세

$command 공개적으로 프로퍼티

public $command

$parameters 공개적으로 프로퍼티

public $parameters

$plugin 공개적으로 프로퍼티

public $plugin