diff options
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 ] { +        }        }      }  | 
