class ShellCommand extends Model (View source)

Properties

string $args
string $command
int $timeoutSeconds

Methods

setArgs($args)

No description

string
getArgs()

No description

setCommand($command)

No description

string
getCommand()

No description

setTimeoutSeconds($timeoutSeconds)

No description

int
getTimeoutSeconds()

No description

Details

setArgs($args)

No description

Parameters

$args

string getArgs()

No description

Return Value

string

setCommand($command)

No description

Parameters

$command

string getCommand()

No description

Return Value

string

setTimeoutSeconds($timeoutSeconds)

No description

Parameters

$timeoutSeconds

int getTimeoutSeconds()

No description

Return Value

int