From 276544d3c7c30cab5d251d3e2da5d6d54ec45497 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 26 Aug 2017 08:29:16 +0200 Subject: v0.0.3 --- REFLECTION | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index ddaabe1..d87dfc6 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #15 opencensus version 0.0.2 ] { +Extension [ extension #114 opencensus version 0.0.3 ] { - Functions { Function [ function opencensus_version ] { @@ -59,7 +59,12 @@ Extension [ extension #15 opencensus version 0.0.2 ] { - Classes [2] { Class [ class OpenCensus\Trace\Span ] { - - Constants [0] { + - Constants [5] { + Constant [ integer SPAN_KIND_UNKNOWN ] { 0 } + Constant [ integer SPAN_KIND_CLIENT ] { 1 } + Constant [ integer SPAN_KIND_SERVER ] { 2 } + Constant [ integer SPAN_KIND_PRODUCER ] { 3 } + Constant [ integer SPAN_KIND_CONSUMER ] { 4 } } - Static properties [0] { @@ -68,16 +73,18 @@ Extension [ extension #15 opencensus version 0.0.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [8] { Property [ protected $name ] Property [ protected $spanId ] Property [ protected $parentSpanId ] Property [ protected $startTime ] Property [ protected $endTime ] + Property [ protected $kind ] Property [ protected $labels ] + Property [ protected $backtrace ] } - - Methods [7] { + - Methods [9] { Method [ public method __construct ] { - Parameters [1] { @@ -102,6 +109,12 @@ Extension [ extension #15 opencensus version 0.0.2 ] { Method [ public method endTime ] { } + + Method [ public method backtrace ] { + } + + Method [ public method kind ] { + } } } -- cgit