diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 21 |
1 files changed, 17 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #15 opencensus version 0.0.2 ] { +Extension [ <persistent> extension #114 opencensus version 0.0.3 ] { - Functions { Function [ <internal:opencensus> function opencensus_version ] { @@ -59,7 +59,12 @@ Extension [ <persistent> extension #15 opencensus version 0.0.2 ] { - Classes [2] { Class [ <internal:opencensus> 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 [ <persistent> extension #15 opencensus version 0.0.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [8] { Property [ <default> protected $name ] Property [ <default> protected $spanId ] Property [ <default> protected $parentSpanId ] Property [ <default> protected $startTime ] Property [ <default> protected $endTime ] + Property [ <default> protected $kind ] Property [ <default> protected $labels ] + Property [ <default> protected $backtrace ] } - - Methods [7] { + - Methods [9] { Method [ <internal:opencensus, ctor> public method __construct ] { - Parameters [1] { @@ -102,6 +109,12 @@ Extension [ <persistent> extension #15 opencensus version 0.0.2 ] { Method [ <internal:opencensus> public method endTime ] { } + + Method [ <internal:opencensus> public method backtrace ] { + } + + Method [ <internal:opencensus> public method kind ] { + } } } |