diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-09-18 12:02:12 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-09-18 12:02:12 +0200 |
commit | a3474add3d4e199b4ee1846a37be7d09cc02b9b4 (patch) | |
tree | ad339196a38880437f27d66b4bfbb46f80ae5d0a /REFLECTION | |
parent | 37cc772393863eebf7e87a5331c1cbacaf49ad16 (diff) |
php-pecl-amqp: patch from pr 178 and 179
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -85,7 +85,7 @@ Extension [ <persistent> extension #74 amqp version 1.6.0beta4 ] { - Properties [0] { } - - Methods [27] { + - Methods [29] { Method [ <internal:amqp, ctor> public method __construct ] { - Parameters [1] { @@ -256,6 +256,18 @@ Extension [ <persistent> extension #74 amqp version 1.6.0beta4 ] { - Parameters [0] { } } + + Method [ <internal:amqp> public method getHeartbeatInterval ] { + + - Parameters [0] { + } + } + + Method [ <internal:amqp> public method getMaxFrameSize ] { + + - Parameters [0] { + } + } } } |