File manager - Edit - /home/asiatechinc/public_html/bhrhotelsindia.com/vendor/moneyphp/money/src/Exchange/IndirectExchangeQueuedItem.php
Back
<?php declare(strict_types=1); namespace Money\Exchange; use Money\Currency; /** @internal for sole consumption by {@see IndirectExchange} */ final class IndirectExchangeQueuedItem { public Currency $currency; public bool $discovered = false; public ?self $parent = null; public function __construct(Currency $currency) { $this->currency = $currency; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings