ok

Mini Shell

Direktori : /proc/thread-self/root/home2/selectio/www/fms-worksuite/vendor/moneyphp/money/src/
Upload File :
Current File : //proc/thread-self/root/home2/selectio/www/fms-worksuite/vendor/moneyphp/money/src/MoneyParser.php

<?php

declare(strict_types=1);

namespace Money;

/**
 * Parses a string into a Money object.
 */
interface MoneyParser
{
    /**
     * Parses a string into a Money object (including currency).
     *
     * @throws Exception\ParserException
     */
    public function parse(string $money, Currency|null $fallbackCurrency = null): Money;
}

Zerion Mini Shell 1.0