From ea1f4e8854d6d7b74ff9ad5ef59fbacb2ff4f4a1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Mar 2018 13:58:12 +0100 Subject: more PR + apply patches --- REFLECTION | 127 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..97df2b1 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,127 @@ +Extension [ extension #117 nsq version 2.3.2 ] { + + - Classes [3] { + Class [ class Nsq ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ public $nsqd_connection_fds ] + } + + - Methods [6] { + Method [ public method connectNsqd ] { + + - Parameters [1] { + Parameter #0 [ $connect_addr_arr ] + } + } + + Method [ public method closeNsqdConnection ] { + } + + Method [ public method publish ] { + + - Parameters [2] { + Parameter #0 [ $topic ] + Parameter #1 [ $msg ] + } + } + + Method [ public method deferredPublish ] { + + - Parameters [3] { + Parameter #0 [ $topic ] + Parameter #1 [ $msg ] + Parameter #2 [ $delay_time ] + } + } + + Method [ public method subscribe ] { + + - Parameters [2] { + Parameter #0 [ $conifg ] + Parameter #1 [ $callback ] + } + } + + Method [ public method requeue ] { + + - Parameters [1] { + Parameter #0 [ $delay_time ] + } + } + } + } + + Class [ class NsqLookupd ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ public $address ] + } + + - Methods [1] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $address ] + } + } + } + } + + Class [ class NsqMessage ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ public $message_id ] + Property [ public $timestamp ] + Property [ public $attempts ] + Property [ public $payload ] + } + + - Methods [2] { + Method [ public method touch ] { + + - Parameters [2] { + Parameter #0 [ $bev_zval ] + Parameter #1 [ $message_id ] + } + } + + Method [ public method finish ] { + + - Parameters [2] { + Parameter #0 [ $bev_zval ] + Parameter #1 [ $message_id ] + } + } + } + } + } +} + -- cgit