*/ namespace Mmoreram\GearmanBundle\Command\Util; use Symfony\Component\Console\Output\OutputInterface; /** * Interface GearmanOutputAwareInterface * * @author Dominic Grostate * * @since 2.4.2 */ interface GearmanOutputAwareInterface { /** * Set the output * * @param OutputInterface $output */ public function setOutput(OutputInterface $output); }