%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/forge/api-takeaseat.eco-n-tech.co.uk/vendor/brick/money/src/
Upload File :
Create Path :
Current File : //home/forge/api-takeaseat.eco-n-tech.co.uk/vendor/brick/money/src/MoneyContainer.php

<?php

declare(strict_types=1);

namespace Brick\Money;

use Brick\Math\BigNumber;

/**
 * Common interface for Money, RationalMoney and MoneyBag.
 */
interface MoneyContainer
{
    /**
     * Returns the amounts contained in this money container, indexed by currency code.
     *
     * @psalm-return array<string, BigNumber>
     *
     * @return BigNumber[]
     */
    public function getAmounts() : array;
}

Zerion Mini Shell 1.0