Namshi\Notificator\Notification\Handler\RabbitMQ::__construct PHP Method

__construct() public method

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