/var/www/flurhymez/vendor/google/apiclient-services/src/NetworkSecurity
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/NetworkSecurity/HttpHeaderMatch.php (1412B)
headerName = $headerName;
}
/**
* @return string
*/
public function getHeaderName()
{
return $this->headerName;
}
/**
* @param string
*/
public function setRegexMatch($regexMatch)
{
$this->regexMatch = $regexMatch;
}
/**
* @return string
*/
public function getRegexMatch()
{
return $this->regexMatch;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(HttpHeaderMatch::class, 'Google_Service_NetworkSecurity_HttpHeaderMatch');