芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/public_html/wp-content/plugins/woocommerce/src/Admin/Marketing/Price.php
value = $value; $this->currency = $currency; } /** * Get value of the price. * * @return string */ public function get_value(): string { return $this->value; } /** * Get the currency of the price. * * @return string */ public function get_currency(): string { return $this->currency; } }