class DeleteUserTaskCommandHandler extends DeleteUserCommandHandler implements OutputAwareInterface (View source)

Traits

A trait used with OutputAwareInterface

Properties

protected UserInfoRepository $repository from  DeleteUserCommandHandler
protected OutputInterface $output from  OutputAwareTrait

Methods

__construct(UserInfoRepository $repository)

No description

__invoke(DeleteUserCommand $command)

No description

setOutput(OutputInterface $output)

No description

Details

__construct(UserInfoRepository $repository)

No description

Parameters

UserInfoRepository $repository

__invoke(DeleteUserCommand $command)

No description

Parameters

DeleteUserCommand $command

setOutput(OutputInterface $output)

No description

Parameters

OutputInterface $output