$prefix.'is_connected' =>
$c->
isConnected(),
$prefix.'channel_id' =>
$c->
getChannelId(),
];
// Recent version of the extension already expose private properties
if (isset($a["\x00AMQPChannel\x00connection"
])) { return $a;
} $a +=
[ $prefix.'connection' =>
$c->
getConnection(),
$prefix.'prefetch_size' =>
$c->
getPrefetchSize(),
$prefix.'prefetch_count' =>
$c->
getPrefetchCount(),
];
return $a;
} /**
* @return array
*/
public static function castQueue(\AMQPQueue
$c, array
$a, Stub
$stub, bool
$isNested) {