Public Member Functions | |
run ($input_string) | |
check_files ($temporal_path, $racer_path, $file_path) | |
Public Member Functions inherited from Connector | |
__construct () | |
run ($document) | |
reset () | |
get_col_answers () | |
Data Fields | |
const | PROGRAM_CMD = "Racer" |
const | PROGRAM_PARAMS = "-- -silent -owllink " |
Additional Inherited Members | |
Protected Attributes inherited from Connector | |
$col_answers = [] | |
check_files | ( | $temporal_path, | |
$racer_path, | |||
$file_path | |||
) |
Check for program and input file existance and proper permissions.
Exception | with proper message if any problem is founded. |
run | ( | $input_string | ) |
Execute Racer with the given $document as input.
const PROGRAM_CMD = "Racer" |
The Racer command to execute with all its parameters.
const PROGRAM_PARAMS = "-- -silent -owllink " |