class
Illuminate
/
Console
/
Scheduling
/
CommandBuilder
CommandBuilder
Methods
public
buildCommand ( Event $event ) : string
Build the command for the given event.
Parameters
- $event Event
protected
buildForegroundCommand ( Event $event ) : string
Build the command for running the event in the foreground.
Parameters
- $event Event