コード例 #1
0
ファイル: Queue.php プロジェクト: wpottier/capl
 /**
  * @param \AMQPChannel $channel
  * @param string       $name
  */
 public function __construct(\AMQPChannel $channel, $name)
 {
     parent::__construct($channel);
     $this->setName($name);
 }