return $a;
} /**
* @return array
*/
public static function castQueue(\AMQPQueue
$c, array
$a, Stub
$stub, bool
$isNested) { $prefix = Caster::PREFIX_VIRTUAL;
$a +=
[ $prefix.'flags' => self::
extractFlags($c->
getFlags()),
];
// Recent version of the extension already expose private properties
if (isset($a["\x00AMQPQueue\x00name"
])) { return $a;
} $a +=
[ $prefix.'connection' =>
$c->
getConnection(),
$prefix.'channel' =>
$c->
getChannel(),
$prefix.'name' =>
$c->
getName(),