/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/ServiceManagement
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/ServiceManagement/Mixin.php (1302B)
name = $name;
}
/**
* @return string
*/
public function getName()
{
return $this->name;
}
/**
* @param string
*/
public function setRoot($root)
{
$this->root = $root;
}
/**
* @return string
*/
public function getRoot()
{
return $this->root;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Mixin::class, 'Google_Service_ServiceManagement_Mixin');