SupervisorCommandString
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
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.
at line 36
static string
toOptionsString(SupervisorOptions $options)
Get the additional option string for the command.
at line 44
static void
flushState()
Flush all static state.