diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..11e6c98 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,42 @@ +Extension [ <persistent> extension #92 graphdat version 1.0.4 ] { + + - INI { + Entry [ graphdat.socketFile <PERDIR,SYSTEM> ] + Current = '/tmp/gd.agent.sock' + } + Entry [ graphdat.socketPort <PERDIR,SYSTEM> ] + Current = '26873' + } + Entry [ graphdat.debug <PERDIR,SYSTEM> ] + Current = 'false' + } + Entry [ graphdat.enable_joomla <PERDIR,SYSTEM> ] + Current = 'false' + } + Entry [ graphdat.enable_drupal <PERDIR,SYSTEM> ] + Current = 'false' + } + Entry [ graphdat.enable_magento <PERDIR,SYSTEM> ] + Current = 'false' + } + Entry [ graphdat.enable_cakephp <PERDIR,SYSTEM> ] + Current = 'false' + } + } + + - Functions { + Function [ <internal:graphdat> function graphdat_begin ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + Function [ <internal:graphdat> function graphdat_end ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + } +} + |