From f6dd79250791f6dfedc9b01fda4fc17b6b2abce5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Apr 2018 06:27:53 +0200 Subject: v0.2.0 --- REFLECTION | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 52f3afa..080a5b4 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #192 opencensus version 0.1.4 ] { +Extension [ extension #196 opencensus version 0.2.0 ] { - Functions { Function [ function opencensus_version ] { @@ -85,7 +85,7 @@ Extension [ extension #192 opencensus version 0.1.4 ] { - Static methods [0] { } - - Properties [9] { + - Properties [11] { Property [ protected $name ] Property [ protected $spanId ] Property [ protected $parentSpanId ] @@ -95,9 +95,11 @@ Extension [ extension #192 opencensus version 0.1.4 ] { Property [ protected $stackTrace ] Property [ protected $links ] Property [ protected $timeEvents ] + Property [ protected $kind ] + Property [ protected $sameProcessAsParentSpan ] } - - Methods [11] { + - Methods [13] { Method [ public method __construct ] { - Parameters [1] { @@ -134,6 +136,12 @@ Extension [ extension #192 opencensus version 0.1.4 ] { Method [ public method timeEvents ] { } + + Method [ public method kind ] { + } + + Method [ public method sameProcessAsParentSpan ] { + } } } -- cgit