laravel / 5.2.31 / api / 5.2 / illuminate / console / confirmabletrait.html /

ConfirmableTrait

trait ConfirmableTrait (View source)

Methods

bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback = null)

Confirm before proceeding with the action.

Closure getDefaultConfirmCallback()

Get the default confirmation callback.

Details

bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback = null)

Confirm before proceeding with the action.

Parameters

string $warning
Closure|bool|null $callback

Return Value

bool

protected Closure getDefaultConfirmCallback()

Get the default confirmation callback.

Return Value

Closure

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.2/Illuminate/Console/ConfirmableTrait.html