Telemetry::get_status_object()
Sugar function to get the status object from the container.
Return
(TECCommonStellarWPTelemetryOpt_InStatus)
Source
File: src/Common/Telemetry/Telemetry.php
public static function get_status_object(): Status {
return Config::get_container()->get( Status::class );
}
Changelog
| Version | Description |
|---|---|
| 5.1.0 | Introduced. |