REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 851 B
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/woocommerce/src/Admin/Marketing/Price.php
Text
Base64
<?php /** * Represents a price with a currency. */ namespace Automattic\WooCommerce\Admin\Marketing; /** * Price class * * @since x.x.x */ class Price { /** * The price. * * @var string */ protected $value; /** * The currency of the price. * * @var string */ protected $currency; /** * Price constructor. * * @param string $value The value of the price. * @param string $currency The currency of the price. */ public function __construct( string $value, string $currency ) { $this->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; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
InstalledExtensions.php
17.28 KB
lrw-r--r--
2024-04-10 16:54:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
MarketingCampaign.php
2.76 KB
lrw-r--r--
2025-01-21 18:53:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
MarketingCampaignType.php
2.87 KB
lrw-r--r--
2023-01-25 03:19:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
MarketingChannelInterface.php
2.25 KB
lrw-r--r--
2023-01-25 03:19:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
MarketingChannels.php
1.59 KB
lrw-r--r--
2023-01-25 03:19:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Price.php
851 B
lrw-r--r--
2023-01-25 03:19:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).