|
AMQPExchange::__constructCreate an instance of AMQPExchange Description
public AMQPExchange::__construct
( AMQPChannel
$amqp_channel
)Returns a new instance of an AMQPExchange object, associated with the given AMQPChannel object. Parameters
Return ValuesAn AMQPExchange object. Errors/Exceptions
Throws AMQPExchangeException when Throws AMQPConnectionException if the connection to the broker was lost. |