CommandBuilder
class CommandBuilder
Methods
string
string
string
string
ensureCorrectUser(Event $event, string $command)
Finalize the event's command syntax with the correct user.
Details
at line 16
string
buildCommand(Event $event)
Build the command for the given event.
at line 31
protected string
buildForegroundCommand(Event $event)
Build the command for running the event in the foreground.
at line 46
protected string
buildBackgroundCommand(Event $event)
Build the command for running the event in the background.
at line 67
protected string
ensureCorrectUser(Event $event, string $command)
Finalize the event's command syntax with the correct user.