/var/www/flurhymez/vendor/google/apiclient-services/src/AccessContextManager
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AccessContextManager/ApiOperation.php (1579B)
methodSelectors = $methodSelectors;
}
/**
* @return MethodSelector[]
*/
public function getMethodSelectors()
{
return $this->methodSelectors;
}
/**
* @param string
*/
public function setServiceName($serviceName)
{
$this->serviceName = $serviceName;
}
/**
* @return string
*/
public function getServiceName()
{
return $this->serviceName;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ApiOperation::class, 'Google_Service_AccessContextManager_ApiOperation');