Resque\Logger\Handler\Connector\ConsoleConnector::processor PHP Method

processor() public method

public processor ( Command $command, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, array $args )
$command Symfony\Component\Console\Command\Command
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
$args array
    public function processor(Command $command, InputInterface $input, OutputInterface $output, array $args)
    {
        return new ConsoleProcessor($command, $input, $output);
    }
ConsoleConnector