Resque\Logger\Handler\Connector\ConnectorInterface::resolve PHP Метод

resolve() публичный Метод

Resolves the handler class
public resolve ( Command $command, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, array $args ) : HandlerInterface
$command Symfony\Component\Console\Command\Command
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
$args array
Результат HandlerInterface
    public function resolve(Command $command, InputInterface $input, OutputInterface $output, array $args);