芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/PolyService/PolyFile.php
contentType = $contentType; } /** * @return string */ public function getContentType() { return $this->contentType; } /** * @param string */ public function setRelativePath($relativePath) { $this->relativePath = $relativePath; } /** * @return string */ public function getRelativePath() { return $this->relativePath; } /** * @param string */ public function setUrl($url) { $this->url = $url; } /** * @return string */ public function getUrl() { return $this->url; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PolyFile::class, 'Google_Service_PolyService_PolyFile');