芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/public_html/wp-content/plugins/google-listings-and-ads/src/Value/SyncStatus.php
status = $status; } /** * Get the value of the object. * * @return string */ public function get(): string { return $this->status; } /** * @return string */ public function __toString(): string { return $this->get(); } }