context = $context; } /** * @return string */ public function getContext() { return $this->context; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Check::class, 'Google_Service_SecureSourceManager_Check');