function __construct()

in cloudprober/grpc_gpc_prober/stackdriver_util.php [16:21]


	function __construct($api){
		$this->api = $api;
		$this->metrics = [];
		$this->success = FALSE;
		$this->err_client = new ReportErrorsServiceClient();
	}