Sindbad~EG File Manager

Current Path : /home/copmadinaarea/drive.copmadinaarea.org/vendor/moneyphp/money/src/
Upload File :
Current File : /home/copmadinaarea/drive.copmadinaarea.org/vendor/moneyphp/money/src/MoneyParser.php

<?php

namespace Money;

/**
 * Parses a string into a Money object.
 *
 * @author Frederik Bosch <f.bosch@genkgo.nl>
 */
interface MoneyParser
{
    /**
     * Parses a string into a Money object (including currency).
     *
     * @param string               $money
     * @param Currency|string|null $forceCurrency
     *
     * @return Money
     *
     * @throws Exception\ParserException
     */
    public function parse($money, $forceCurrency = null);
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists