PHP 클래스 mergeUsers, ojs

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

공개 프로퍼티들

프로퍼티 타입 설명
$username1 string
$username2 string

공개 메소드들

메소드 설명
__construct ( $argv = [] ) Constructor.
execute ( ) Execute the merge users command.
usage ( ) Print command usage information.

메소드 상세

__construct() 공개 메소드

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

execute() 공개 메소드

Execute the merge users command.
public execute ( )

usage() 공개 메소드

Print command usage information.
public usage ( )

프로퍼티 상세

$username1 공개적으로 프로퍼티

string
public $username1

$username2 공개적으로 프로퍼티

string
public $username2