Extension [ extension #124 nsq version 3.5.1 ] { - Dependencies { Dependency [ json (Required) ] } - Classes [4] { Class [ class Nsq ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ public $nsqConfig ] Property [ public $nsqd_connection_fds ] Property [ public $conn_timeout ] } - Methods [6] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $nsq_config ] } } Method [ public method connectNsqd ] { - Parameters [1] { Parameter #0 [ $connect_addr_arr ] } } Method [ public method closeNsqdConnection ] { - Parameters [0] { } } 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 ] } } } } 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 [5] { Property [ public $message_id ] Property [ public $messageId ] Property [ public $timestamp ] Property [ public $attempts ] Property [ public $payload ] } - Methods [3] { Method [ public method touch ] { - Parameters [2] { Parameter #0 [ $bev_zval ] Parameter #1 [ $message_id ] } } Method [ public method requeue ] { - Parameters [3] { Parameter #0 [ $bev_zval ] Parameter #1 [ $message_id ] Parameter #2 [ $time_ms ] } } Method [ public method finish ] { - Parameters [2] { Parameter #0 [ $bev_zval ] Parameter #1 [ $message_id ] } } } } Class [ class NsqException extends Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } } }