class DeactivateUsersCommandHandler implements OutputAwareInterface (View source)

Traits

A trait used with OutputAwareInterface

Properties

protected OutputInterface $output from  OutputAwareTrait
protected Repository $config
protected Application $app
protected EventDispatcher $dispatcher

Methods

setOutput(OutputInterface $output)

No description

__construct(Application $app, Repository $config, EventDispatcher $dispatcher)

No description

__invoke(DeactivateUsersCommand $command)

No description

deactivateUser(User $user, UserInfo $userInfo)

No description

Details

setOutput(OutputInterface $output)

No description

Parameters

OutputInterface $output

__construct(Application $app, Repository $config, EventDispatcher $dispatcher)

No description

Parameters

Application $app
Repository $config
EventDispatcher $dispatcher

__invoke(DeactivateUsersCommand $command)

No description

Parameters

DeactivateUsersCommand $command

protected deactivateUser(User $user, UserInfo $userInfo)

No description

Parameters

User $user
UserInfo $userInfo