Namshi\Notificator\Notification\Handler\RabbitMQ::__construct PHP Метод

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

Constructor.
public __construct ( PhpAmqpLib\Channel\AMQPChannel $publisher )
$publisher PhpAmqpLib\Channel\AMQPChannel
    public function __construct(AMQPChannel $publisher)
    {
        $this->publisher = $publisher;
    }