Telemetry::get_status_object()

Sugar function to get the status object from the container.


Return

(TECCommonStellarWPTelemetryOpt_InStatus)


Top ↑

Source

File: src/Common/Telemetry/Telemetry.php

	public static function get_status_object(): Status {
		return Config::get_container()->get( Status::class );
	}

Top ↑

Changelog

Changelog
Version Description
5.1.0 Introduced.