diff options
| author | Remi Collet <remi@remirepo.net> | 2021-04-19 08:19:44 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-04-19 08:19:44 +0200 | 
| commit | 647c7b583eb29b238d37b035eb70d4a4d212ee1d (patch) | |
| tree | 306ed1aa62afa78b42a8d7549abbecff1250d129 /REFLECTION | |
| parent | 02e454398ffbc1699b4ce4cf15bd4e90ec87735f (diff) | |
update to 2.0.2
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 20 | 
1 files changed, 19 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #117 rrd version 2.0.1 ] { +Extension [ <persistent> extension #120 rrd version 2.0.2 ] {    - Functions {      Function [ <internal:rrd> function rrd_update ] { @@ -23,6 +23,9 @@ Extension [ <persistent> extension #117 rrd version 2.0.1 ] {        }      }      Function [ <internal:rrd> function rrd_error ] { + +      - Parameters [0] { +      }      }      Function [ <internal:rrd> function rrd_fetch ] { @@ -78,8 +81,14 @@ Extension [ <persistent> extension #117 rrd version 2.0.1 ] {        }      }      Function [ <internal:rrd> function rrdc_disconnect ] { + +      - Parameters [0] { +      }      }      Function [ <internal:rrd> function rrd_version ] { + +      - Parameters [0] { +      }      }    } @@ -107,9 +116,15 @@ Extension [ <persistent> extension #117 rrd version 2.0.1 ] {          }          Method [ <internal:rrd> public method save ] { + +          - Parameters [0] { +          }          }          Method [ <internal:rrd> public method saveVerbose ] { + +          - Parameters [0] { +          }          }          Method [ <internal:rrd> public method setOptions ] { @@ -146,6 +161,9 @@ Extension [ <persistent> extension #117 rrd version 2.0.1 ] {          }          Method [ <internal:rrd> public method save ] { + +          - Parameters [0] { +          }          }          Method [ <internal:rrd> public method addDataSource ] {  | 
