\App\CoreModule\EntitiesICommand

Interface for command entities

Summary

Methods
Constants
getCommand()
getStdout()
getStderr()
getExitCode()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

getCommand()

getCommand() : string

Returns the command

Returns

string —

Command

getStdout()

getStdout() : string

Returns the standard output

Returns

string —

Standard output

getStderr()

getStderr() : string

Returns the standard error output

Returns

string —

Standard error output

getExitCode()

getExitCode() : int|null

Returns the exit code

Returns

int|null —

Exit code