trait DisableEventDispatcher

Methods

void
addDisableDispatcherOption()

Add the disable event dispatcher option to the command.

void
disableDispatcher(InputInterface $input)

Disable or enable the event dispatcher based on the input option.

Details

at line 17
void addDisableDispatcherOption()

Add the disable event dispatcher option to the command.

Return Value

void

at line 25
void disableDispatcher(InputInterface $input)

Disable or enable the event dispatcher based on the input option.

Parameters

InputInterface $input

Return Value

void