PHP 클래스 genEmailUpdates, ojs

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

공개 프로퍼티들

프로퍼티 타입 설명
$newTag
$oldTag string Name of the old git tag to use

공개 메소드들

메소드 설명
__construct ( $argv = [] ) Constructor.
execute ( ) Execute the command
fetchFileVersion ( $repository, $filename, $tag ) : mixed Fetch a particular version of a file from github.
parseEmails ( $contents ) : array Parse into structures the XML contents of an email data file.
usage ( ) Print command usage information.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( $argv = [] )
$argv array command-line arguments If specified, the first argument should be the file to parse

execute() 공개 메소드

Execute the command
public execute ( )

fetchFileVersion() 공개 메소드

Fetch a particular version of a file from github.
public fetchFileVersion ( $repository, $filename, $tag ) : mixed
$repository string ojs, pkp-lib, etc.
$filename string
$tag string
리턴 mixed string file contents on success, false on failure.

parseEmails() 공개 메소드

Parse into structures the XML contents of an email data file.
public parseEmails ( $contents ) : array
$contents string
리턴 array

usage() 공개 메소드

Print command usage information.
public usage ( )

프로퍼티 상세

$newTag 공개적으로 프로퍼티

public $newTag

$oldTag 공개적으로 프로퍼티

string Name of the old git tag to use
public $oldTag