class SupervisorCommandString

Constants

protected DEFAULT_COMMAND

The default base supervisor command.

Properties

static string $command

The base worker command.

Methods

static string
fromOptions(SupervisorOptions $options)

Get the command-line representation of the options for a supervisor.

static string
toOptionsString(SupervisorOptions $options)

Get the additional option string for the command.

static void
flushState()

Flush all static state.

Details

at line 22
static string fromOptions(SupervisorOptions $options)

Get the command-line representation of the options for a supervisor.

Parameters

SupervisorOptions $options

Return Value

string

at line 36
static string toOptionsString(SupervisorOptions $options)

Get the additional option string for the command.

Parameters

SupervisorOptions $options

Return Value

string

at line 44
static void flushState()

Flush all static state.

Return Value

void