芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/Storage/BucketOwner.php
entity = $entity; } /** * @return string */ public function getEntity() { return $this->entity; } /** * @param string */ public function setEntityId($entityId) { $this->entityId = $entityId; } /** * @return string */ public function getEntityId() { return $this->entityId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BucketOwner::class, 'Google_Service_Storage_BucketOwner');