trait Illuminate / Console / ConfirmableTrait
You are viewing an older version of the documentation. For the latest, please visit master documentation.

ConfirmableTrait

Methods

public

confirmToProceed ( $warning , $callback ) : bool

Confirm before proceeding with the action.

Parameters

  • $warning string
  • $callback Closure |bool|null
protected

getDefaultConfirmCallback ( ) : Closure

Get the default confirmation callback.