Result
class Result extends Alvine
ScriptHost-Ergebnis
Properties
protected int | $exitCode | ||
protected array | $output | ||
protected array | $values |
Methods
__construct(int $exitcode, array $output)
Ergebnis erstellen
int
getExitCode()
No description
array
getOutput()
No description
type
getValue(string $key, mixed $default = null)
Wert holen
string
__toString()
Ausgabe
Details
at line 56
__construct(int $exitcode, array $output)
Ergebnis erstellen
at line 80
int
getExitCode()
at line 88
array
getOutput()
at line 100
type
getValue(string $key, mixed $default = null)
Wert holen
at line 121
string
__toString()
Ausgabe