Extension [ extension #97 nsq version 3.9.0 ] { - Dependencies { Dependency [ json (Required) ] } - Classes [4] { Class [ class Nsq ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ public $nsqConfig = NULL ] Property [ public $nsqd_connection_fds = NULL ] Property [ public $conn_timeout = NULL ] } - 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 = NULL ] } - 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 = NULL ] Property [ public $messageId = NULL ] Property [ public $timestamp = NULL ] Property [ public $attempts = NULL ] Property [ public $payload = NULL ] } - 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, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected string $file = '' ] Property [ protected int $line = 0 ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } - Tentative return [ void ] } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } } }