diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 141 |
1 files changed, 141 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..ddaabe1 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,141 @@ +Extension [ <persistent> extension #15 opencensus version 0.0.2 ] { + + - Functions { + Function [ <internal:opencensus> function opencensus_version ] { + } + Function [ <internal:opencensus> function opencensus_trace_function ] { + + - Parameters [2] { + Parameter #0 [ <required> string $functionName ] + Parameter #1 [ <optional> $handler ] + } + } + Function [ <internal:opencensus> function opencensus_trace_method ] { + + - Parameters [3] { + Parameter #0 [ <required> string $className ] + Parameter #1 [ <required> string $methodName ] + Parameter #2 [ <optional> $handler ] + } + } + Function [ <internal:opencensus> function opencensus_trace_list ] { + } + Function [ <internal:opencensus> function opencensus_trace_begin ] { + + - Parameters [2] { + Parameter #0 [ <required> string $spanName ] + Parameter #1 [ <optional> array $spanOptions ] + } + } + Function [ <internal:opencensus> function opencensus_trace_finish ] { + } + Function [ <internal:opencensus> function opencensus_trace_clear ] { + } + Function [ <internal:opencensus> function opencensus_trace_set_context ] { + + - Parameters [2] { + Parameter #0 [ <required> string $traceId ] + Parameter #1 [ <optional> string $parentSpanId ] + } + } + Function [ <internal:opencensus> function opencensus_trace_context ] { + } + Function [ <internal:opencensus> function opencensus_trace_add_label ] { + + - Parameters [2] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + } + } + Function [ <internal:opencensus> function opencensus_trace_add_root_label ] { + + - Parameters [2] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + } + } + } + + - Classes [2] { + Class [ <internal:opencensus> class OpenCensus\Trace\Span ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ <default> protected $name ] + Property [ <default> protected $spanId ] + Property [ <default> protected $parentSpanId ] + Property [ <default> protected $startTime ] + Property [ <default> protected $endTime ] + Property [ <default> protected $labels ] + } + + - Methods [7] { + Method [ <internal:opencensus, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> array $spanOptions ] + } + } + + Method [ <internal:opencensus> public method name ] { + } + + Method [ <internal:opencensus> public method spanId ] { + } + + Method [ <internal:opencensus> public method parentSpanId ] { + } + + Method [ <internal:opencensus> public method labels ] { + } + + Method [ <internal:opencensus> public method startTime ] { + } + + Method [ <internal:opencensus> public method endTime ] { + } + } + } + + Class [ <internal:opencensus> class OpenCensus\Trace\Context ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ <default> protected $spanId ] + Property [ <default> protected $traceId ] + } + + - Methods [3] { + Method [ <internal:opencensus, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> array $contextOptions ] + } + } + + Method [ <internal:opencensus> public method spanId ] { + } + + Method [ <internal:opencensus> public method traceId ] { + } + } + } + } +} + |