class
Illuminate
/
Console
/
Scheduling
/
CommandBuilder
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
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