From 54f4d965b154465dae64ecd0496be3183df3a3bd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 May 2014 17:19:42 +0200 Subject: php-pecl-*: add Reflection file --- REFLECTION | 200 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 200 insertions(+) create mode 100644 REFLECTION diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..7ce1116 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,200 @@ +Extension [ extension #122 rrd version 1.1.3 ] { + + - Functions { + Function [ function rrd_update ] { + + - Parameters [2] { + Parameter #0 [ $file ] + Parameter #1 [ $options ] + } + } + Function [ function rrd_create ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $options ] + } + } + Function [ function rrd_graph ] { + + - Parameters [2] { + Parameter #0 [ $file ] + Parameter #1 [ $options ] + } + } + Function [ function rrd_error ] { + } + Function [ function rrd_fetch ] { + + - Parameters [2] { + Parameter #0 [ $file ] + Parameter #1 [ $options ] + } + } + Function [ function rrd_first ] { + + - Parameters [2] { + Parameter #0 [ $file ] + Parameter #1 [ $raaindex ] + } + } + Function [ function rrd_info ] { + + - Parameters [1] { + Parameter #0 [ $file ] + } + } + Function [ function rrd_last ] { + + - Parameters [1] { + Parameter #0 [ $file ] + } + } + Function [ function rrd_lastupdate ] { + + - Parameters [1] { + Parameter #0 [ $file ] + } + } + Function [ function rrd_restore ] { + + - Parameters [3] { + Parameter #0 [ $xml_file ] + Parameter #1 [ $rrd_file ] + Parameter #2 [ $options ] + } + } + Function [ function rrd_tune ] { + + - Parameters [2] { + Parameter #0 [ $file ] + Parameter #1 [ $options ] + } + } + Function [ function rrd_xport ] { + + - Parameters [1] { + Parameter #0 [ $options ] + } + } + Function [ function rrdc_disconnect ] { + } + Function [ function rrd_version ] { + } + } + + - Classes [3] { + Class [ class RRDGraph ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $path ] + } + } + + Method [ public method save ] { + } + + Method [ public method saveVerbose ] { + } + + Method [ public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ $options ] + } + } + } + } + + Class [ class RRDCreator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $path ] + Parameter #1 [ $startTime ] + Parameter #2 [ $step ] + } + } + + Method [ public method save ] { + } + + Method [ public method addDataSource ] { + + - Parameters [1] { + Parameter #0 [ $description ] + } + } + + Method [ public method addArchive ] { + + - Parameters [1] { + Parameter #0 [ $description ] + } + } + } + } + + Class [ class RRDUpdater ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $path ] + } + } + + Method [ public method update ] { + + - Parameters [2] { + Parameter #0 [ $values ] + Parameter #1 [ $time ] + } + } + } + } + } +} + -- cgit