ScriptHost
class ScriptHost extends Alvine
ScriptHost
Traits
SingletonImplementation
Properties
protected array | $scripts | ||
protected Assembly | $assembly |
Methods
__construct()
Neue Instanz erstellen
extractScripts()
Alle Dateien die im Resourcen-Verzeichnis enthalten sind, werden entpackt und nach Temp kopiert.
runCommand(string $command, array|null $args = null)
Befehl ausführen
Details
at line 51
protected
__construct()
Neue Instanz erstellen
at line 71
protected ScriptHost
extractScripts()
Alle Dateien die im Resourcen-Verzeichnis enthalten sind, werden entpackt und nach Temp kopiert.
at line 114
Result
runScript(string $name, array|null $args = null)
Script ausführen
at line 144
Result
runCommand(string $command, array|null $args = null)
Befehl ausführen