/var/www/flurhymez/vendor/google/apiclient-services/src/CloudDebugger
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/CloudDebugger/ExtendedSourceContext.php (1447B)
context = $context;
}
/**
* @return SourceContext
*/
public function getContext()
{
return $this->context;
}
/**
* @param string[]
*/
public function setLabels($labels)
{
$this->labels = $labels;
}
/**
* @return string[]
*/
public function getLabels()
{
return $this->labels;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ExtendedSourceContext::class, 'Google_Service_CloudDebugger_ExtendedSourceContext');