summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: b83ce9c810223f5252ad866efcc1c9c5ae5ba7e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Extension [ <persistent> extension #87 opentelemetry version 1.1.0beta3 ] {

  - INI {
    Entry [ opentelemetry.conflicts <ALL> ]
      Current = ''
    }
    Entry [ opentelemetry.validate_hook_functions <ALL> ]
      Current = 'On'
    }
    Entry [ opentelemetry.allow_stack_extension <ALL> ]
      Current = 'Off'
    }
    Entry [ opentelemetry.attr_hooks_enabled <ALL> ]
      Current = 'Off'
    }
    Entry [ opentelemetry.attr_pre_handler_function <ALL> ]
      Current = 'OpenTelemetry\API\Instrumentation\WithSpanHandler::pre'
    }
    Entry [ opentelemetry.attr_post_handler_function <ALL> ]
      Current = 'OpenTelemetry\API\Instrumentation\WithSpanHandler::post'
    }
  }

  - Functions {
    Function [ <internal:opentelemetry> function OpenTelemetry\Instrumentation\hook ] {

      - Parameters [4] {
        Parameter #0 [ <required> ?string $class ]
        Parameter #1 [ <required> string $function ]
        Parameter #2 [ <optional> ?Closure $pre = null ]
        Parameter #3 [ <optional> ?Closure $post = null ]
      }
      - Return [ bool ]
    }
  }
}