diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-05-17 17:19:42 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-05-17 17:19:42 +0200 | 
| commit | 54f4d965b154465dae64ecd0496be3183df3a3bd (patch) | |
| tree | ba7be152557b3e43f231b58cbf8701ec007878b3 | |
| parent | 481c43240fa6bde073f14bb1da36828e1e38076e (diff) | |
php-pecl-*: add Reflection file
| -rw-r--r-- | REFLECTION | 200 | 
1 files changed, 200 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..7ce1116 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,200 @@ +Extension [ <persistent> extension #122 rrd version 1.1.3 ] { + +  - Functions { +    Function [ <internal:rrd> function rrd_update ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $file ] +        Parameter #1 [ <required> $options ] +      } +    } +    Function [ <internal:rrd> function rrd_create ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $filename ] +        Parameter #1 [ <required> $options ] +      } +    } +    Function [ <internal:rrd> function rrd_graph ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $file ] +        Parameter #1 [ <required> $options ] +      } +    } +    Function [ <internal:rrd> function rrd_error ] { +    } +    Function [ <internal:rrd> function rrd_fetch ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $file ] +        Parameter #1 [ <required> $options ] +      } +    } +    Function [ <internal:rrd> function rrd_first ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $file ] +        Parameter #1 [ <optional> $raaindex ] +      } +    } +    Function [ <internal:rrd> function rrd_info ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $file ] +      } +    } +    Function [ <internal:rrd> function rrd_last ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $file ] +      } +    } +    Function [ <internal:rrd> function rrd_lastupdate ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $file ] +      } +    } +    Function [ <internal:rrd> function rrd_restore ] { + +      - Parameters [3] { +        Parameter #0 [ <required> $xml_file ] +        Parameter #1 [ <required> $rrd_file ] +        Parameter #2 [ <optional> $options ] +      } +    } +    Function [ <internal:rrd> function rrd_tune ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $file ] +        Parameter #1 [ <required> $options ] +      } +    } +    Function [ <internal:rrd> function rrd_xport ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $options ] +      } +    } +    Function [ <internal:rrd> function rrdc_disconnect ] { +    } +    Function [ <internal:rrd> function rrd_version ] { +    } +  } + +  - Classes [3] { +    Class [ <internal:rrd> class RRDGraph ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [4] { +        Method [ <internal:rrd, ctor> public method __construct ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $path ] +          } +        } + +        Method [ <internal:rrd> public method save ] { +        } + +        Method [ <internal:rrd> public method saveVerbose ] { +        } + +        Method [ <internal:rrd> public method setOptions ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $options ] +          } +        } +      } +    } + +    Class [ <internal:rrd> class RRDCreator ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [4] { +        Method [ <internal:rrd, ctor> public method __construct ] { + +          - Parameters [3] { +            Parameter #0 [ <required> $path ] +            Parameter #1 [ <optional> $startTime ] +            Parameter #2 [ <optional> $step ] +          } +        } + +        Method [ <internal:rrd> public method save ] { +        } + +        Method [ <internal:rrd> public method addDataSource ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $description ] +          } +        } + +        Method [ <internal:rrd> public method addArchive ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $description ] +          } +        } +      } +    } + +    Class [ <internal:rrd> class RRDUpdater ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [2] { +        Method [ <internal:rrd, ctor> public method __construct ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $path ] +          } +        } + +        Method [ <internal:rrd> public method update ] { + +          - Parameters [2] { +            Parameter #0 [ <required> $values ] +            Parameter #1 [ <optional> $time ] +          } +        } +      } +    } +  } +} +  | 
