Lines Matching refs:prefix

51         $prefix = Caster::PREFIX_VIRTUAL;
54 $prefix.'is_connected' => $c->isConnected(),
70 $prefix.'is_connected' => $c->isConnected(),
71 $prefix.'login' => $c->getLogin(),
72 $prefix.'password' => $c->getPassword(),
73 $prefix.'host' => $c->getHost(),
74 $prefix.'vhost' => $c->getVhost(),
75 $prefix.'port' => $c->getPort(),
76 $prefix.'read_timeout' => $timeout,
84 $prefix = Caster::PREFIX_VIRTUAL;
87 $prefix.'is_connected' => $c->isConnected(),
88 $prefix.'channel_id' => $c->getChannelId(),
97 $prefix.'connection' => $c->getConnection(),
98 $prefix.'prefetch_size' => $c->getPrefetchSize(),
99 $prefix.'prefetch_count' => $c->getPrefetchCount(),
107 $prefix = Caster::PREFIX_VIRTUAL;
110 $prefix.'flags' => self::extractFlags($c->getFlags()),
119 $prefix.'connection' => $c->getConnection(),
120 $prefix.'channel' => $c->getChannel(),
121 $prefix.'name' => $c->getName(),
122 $prefix.'arguments' => $c->getArguments(),
130 $prefix = Caster::PREFIX_VIRTUAL;
133 $prefix.'flags' => self::extractFlags($c->getFlags()),
146 $prefix.'connection' => $c->getConnection(),
147 $prefix.'channel' => $c->getChannel(),
148 $prefix.'name' => $c->getName(),
149 $prefix.'type' => $type,
150 $prefix.'arguments' => $c->getArguments(),
158 $prefix = Caster::PREFIX_VIRTUAL;
170 $a += [$prefix.'body' => $c->getBody()];
174 $prefix.'delivery_tag' => $c->getDeliveryTag(),
175 $prefix.'is_redelivery' => $c->isRedelivery(),
176 $prefix.'exchange_name' => $c->getExchangeName(),
177 $prefix.'routing_key' => $c->getRoutingKey(),
178 $prefix.'content_type' => $c->getContentType(),
179 $prefix.'content_encoding' => $c->getContentEncoding(),
180 $prefix.'headers' => $c->getHeaders(),
181 $prefix.'delivery_mode' => $deliveryMode,
182 $prefix.'priority' => $c->getPriority(),
183 $prefix.'correlation_id' => $c->getCorrelationId(),
184 $prefix.'reply_to' => $c->getReplyTo(),
185 $prefix.'expiration' => $c->getExpiration(),
186 $prefix.'message_id' => $c->getMessageId(),
187 $prefix.'timestamp' => $c->getTimeStamp(),
188 $prefix.'type' => $c->getType(),
189 $prefix.'user_id' => $c->getUserId(),
190 $prefix.'app_id' => $c->getAppId(),