PHP Класс PHPWarrior\Runner

Показать файл Открыть проект

Открытые методы

Метод Описание
__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 ( )