/var/www/flurhymez/vendor/google/apiclient-services/src/AlertCenter
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AlertCenter/PredefinedDetectorInfo.php (1163B)
detectorName = $detectorName;
}
/**
* @return string
*/
public function getDetectorName()
{
return $this->detectorName;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(PredefinedDetectorInfo::class, 'Google_Service_AlertCenter_PredefinedDetectorInfo');