AMQPExchange::__construct PHP Method

__construct() public method

Returns a new instance of an AMQPExchange object, associated with the given AMQPChannel object.
public __construct ( AMQPChannel $amqp_channel )
$amqp_channel AMQPChannel A valid AMQPChannel object, connected to a broker.
    public function __construct(AMQPChannel $amqp_channel)
    {
    }