芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/public_html/wp-content/plugins/google-listings-and-ads/src/Value/TosAccepted.php
accepted = $accepted; $this->message = $message; } /** * Get the value of the object. * * @return mixed */ public function get(): array { return [ 'accepted' => $this->accepted, 'message' => $this->message, ]; } /** * @return bool */ public function accepted(): bool { return $this->accepted; } /** * @return string */ public function message(): string { return $this->message; } }