This commit is contained in:
2022-04-20 15:11:37 +02:00
parent 2c5a40eb28
commit 90952d883e
11 changed files with 348 additions and 85 deletions
+7 -3
View File
@@ -7,10 +7,14 @@ use App\Logic\Crypto\MainObject;
final class CryptoValues
{
private static array $values = [
"values" => ["Wartość","Values"],
"values" => ["Wartość","Values","Amount"],
"currency" => ["Currency", "Waluta"],
"date" => ["Data operacji"],
"desc" => ["Rodzaj"]
"date" => ["Data operacji","Date(UTC)"],
"desc" => ["Rodzaj"],
"price" => ["Price"],
"transactionType" => ["Type"],
"market" => ["Market"],
"realValue" => ["Total"]
];
public static function isValue(string $type, string $text) : bool