<?php
namespace Filament\Infolists;
class Infolist extends ComponentContainer
{
protected string $name;
public static string $defaultCurrency = 'usd';
public static string $defaultDateDisplayFormat = 'M j, Y';
public static string $defaultDateTimeDisplayFormat = 'M j, Y H:i:s';
public static string $defaultTimeDisplayFormat = 'H:i:s';
public static ?string $defaultNumberLocale = null;
public function name(string $name): static
{
$this->name = $name;
return $this;
}
public function getName(): string
{
return $this->name;
}
}
Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]