芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/ServiceNetworking/Mixin.php
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_ServiceNetworking_Mixin');