芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/Testing/UsesFeature.php
isRequired = $isRequired; } /** * @return bool */ public function getIsRequired() { return $this->isRequired; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UsesFeature::class, 'Google_Service_Testing_UsesFeature');