class BeforeHandle

Dispatched inside the coroutine, immediately before the command's handle method is called.

Fires after all Symfony/run() setup is complete but before business logic executes. Unlike CommandStarting (which fires at the Symfony level outside the coroutine), this event runs inside the coroutine where Context is available.

Methods

__construct(Command $command)

No description

Details

at line 18
__construct(Command $command)

No description

Parameters

Command $command