PHP Class PHPWarrior\Runner

Datei anzeigen Open project: yandod/php-warrior

Public Methods

Method Description
__construct ( $arguments, $stdin, $stdout ) Runner constructor.
load_translation ( ) Load the i12n translation file.
parse_options ( ) Parse the options.
run ( ) Run the level.

Method Details

__construct() public method

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

load_translation() public method

Load the i12n translation file.
public load_translation ( )

parse_options() public method

Parse the options.
public parse_options ( )

run() public method

Run the level.
public run ( )