class
Illuminate
/
Console
/
Scheduling
/
CommandBuilder
You are viewing an older version of the documentation. For the latest, please visit master documentation.
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