context = $context; $this->attributes = $attributes; } public function getSpanContext(): API\SpanContextInterface { return $this->context; } public function getAttributes(): AttributesInterface { return $this->attributes; } }