diff options
author | Remi Collet <remi@remirepo.net> | 2018-04-03 06:27:53 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-04-03 06:27:53 +0200 |
commit | f6dd79250791f6dfedc9b01fda4fc17b6b2abce5 (patch) | |
tree | 79e204ef7bc905df57ecafdd5228e06e79ed8d7c /REFLECTION | |
parent | 625e106270d0feb837faaa2e0cb33886f09bb875 (diff) |
v0.2.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #192 opencensus version 0.1.4 ] { +Extension [ <persistent> extension #196 opencensus version 0.2.0 ] { - Functions { Function [ <internal:opencensus> function opencensus_version ] { @@ -85,7 +85,7 @@ Extension [ <persistent> extension #192 opencensus version 0.1.4 ] { - Static methods [0] { } - - Properties [9] { + - Properties [11] { Property [ <default> protected $name ] Property [ <default> protected $spanId ] Property [ <default> protected $parentSpanId ] @@ -95,9 +95,11 @@ Extension [ <persistent> extension #192 opencensus version 0.1.4 ] { Property [ <default> protected $stackTrace ] Property [ <default> protected $links ] Property [ <default> protected $timeEvents ] + Property [ <default> protected $kind ] + Property [ <default> protected $sameProcessAsParentSpan ] } - - Methods [11] { + - Methods [13] { Method [ <internal:opencensus, ctor> public method __construct ] { - Parameters [1] { @@ -134,6 +136,12 @@ Extension [ <persistent> extension #192 opencensus version 0.1.4 ] { Method [ <internal:opencensus> public method timeEvents ] { } + + Method [ <internal:opencensus> public method kind ] { + } + + Method [ <internal:opencensus> public method sameProcessAsParentSpan ] { + } } } |