diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-12-08 06:28:13 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-12-08 06:28:13 +0100 |
commit | 155ad65b7a9182a57067c661d4bd6e100e9aeee0 (patch) | |
tree | 5f3c6fbdf1956a1c7e076374a489ecc2c32e2c96 /REFLECTION | |
parent | f64590042812fca458ed8359667cb150697ba6cb (diff) |
php-pecl-stomp: 1.0.6 (stable)
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 26 |
1 files changed, 24 insertions, 2 deletions
@@ -1,9 +1,15 @@ -Extension [ <persistent> extension #143 Stomp version 1.0.5 ] { +Extension [ <persistent> extension #145 Stomp version 1.0.6 ] { - INI { Entry [ stomp.default_broker <ALL> ] Current = 'tcp://localhost:61613' } + Entry [ stomp.default_username <ALL> ] + Current = '' + } + Entry [ stomp.default_password <ALL> ] + Current = '' + } Entry [ stomp.default_read_timeout_sec <ALL> ] Current = '2' } @@ -120,6 +126,14 @@ Extension [ <persistent> extension #143 Stomp version 1.0.5 ] { Parameter #2 [ <optional> array or NULL $headers ] } } + Function [ <internal:Stomp> function stomp_nack ] { + + - Parameters [3] { + Parameter #0 [ <required> $link ] + Parameter #1 [ <required> $msg ] + Parameter #2 [ <optional> array or NULL $headers ] + } + } Function [ <internal:Stomp> function stomp_error ] { - Parameters [1] { @@ -157,7 +171,7 @@ Extension [ <persistent> extension #143 Stomp version 1.0.5 ] { - Properties [0] { } - - Methods [15] { + - Methods [16] { Method [ <internal:Stomp, ctor> public method __construct ] { - Parameters [4] { @@ -250,6 +264,14 @@ Extension [ <persistent> extension #143 Stomp version 1.0.5 ] { } } + Method [ <internal:Stomp> public method nack ] { + + - Parameters [2] { + Parameter #0 [ <required> $msg ] + Parameter #1 [ <optional> array or NULL $headers ] + } + } + Method [ <internal:Stomp> public method error ] { - Parameters [0] { |