class RescanFileTaskCommandHandler extends RescanFileCommandHandler implements OutputAwareInterface (View source)

Traits

A trait used with OutputAwareInterface

Properties

protected EntityManager $entityManager from  RescanFileCommandHandler
protected Repository $config from  RescanFileCommandHandler
protected Rescanner $rescanner from  RescanFileCommandHandler
protected OutputInterface $output from  OutputAwareTrait

Methods

__construct(Repository $config, EntityManager $em, Rescanner $rescanner)

No description

__invoke(RescanFileCommand $command)

No description

setOutput(OutputInterface $output)

No description

Details

__construct(Repository $config, EntityManager $em, Rescanner $rescanner)

No description

Parameters

Repository $config
EntityManager $em
Rescanner $rescanner

__invoke(RescanFileCommand $command)

No description

Parameters

RescanFileCommand $command

setOutput(OutputInterface $output)

No description

Parameters

OutputInterface $output