Knp\Bundle\KnpBundlesBundle\Producer\ExecutorProducer::__construct PHP Метод

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

public __construct ( OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $consumer )
$consumer OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface
    public function __construct(ConsumerInterface $consumer)
    {
        $this->consumer = $consumer;
    }
ExecutorProducer