PHP 클래스 PHPWarrior\Runner

파일 보기 프로젝트 열기: yandod/php-warrior

공개 메소드들

메소드 설명
__construct ( $arguments, $stdin, $stdout ) Runner constructor.
load_translation ( ) Load the i12n translation file.
parse_options ( ) Parse the options.
run ( ) Run the level.

메소드 상세

__construct() 공개 메소드

Runner constructor.
public __construct ( $arguments, $stdin, $stdout )
$arguments
$stdin
$stdout

load_translation() 공개 메소드

Load the i12n translation file.
public load_translation ( )

parse_options() 공개 메소드

Parse the options.
public parse_options ( )

run() 공개 메소드

Run the level.
public run ( )