/var/www/flurhymez/vendor/google/apiclient-services/src/ServiceManagement
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ServiceManagement/CustomHttpPattern.php (1338B)
kind = $kind;
}
/**
* @return string
*/
public function getKind()
{
return $this->kind;
}
/**
* @param string
*/
public function setPath($path)
{
$this->path = $path;
}
/**
* @return string
*/
public function getPath()
{
return $this->path;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CustomHttpPattern::class, 'Google_Service_ServiceManagement_CustomHttpPattern');