Money\Currency::__construct PHP Метод

__construct() приватный Метод

private __construct ( string $code )
$code string
    private function __construct($code)
    {
        $this->code = strtoupper($code);
    }