generated from spatie/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path_ide_helper.php
More file actions
24 lines (21 loc) · 889 Bytes
/
_ide_helper.php
File metadata and controls
24 lines (21 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
namespace Filament\Forms\Components {
/**
* @method static \Filament\Forms\Components\DateTimePicker jalali()
*/
class DateTimePicker {}
}
namespace Filament\Tables\Columns {
/**
* @method static \Filament\Tables\Columns\TextColumn jalaliDate(string | \Closure | null $format = null, ?string $timezone = null)
* @method static \Filament\Tables\Columns\TextColumn jalaliDateTime(string | \Closure | null $format = null, ?string $timezone = null)
*/
class TextColumn {}
}
namespace Filament\Infolists\Components {
/**
* @method static \Filament\Infolists\Components\TextEntry jalaliDate(string | \Closure | null $format = null, ?string $timezone = null)
* @method static \Filament\Infolists\Components\TextEntry jalaliDateTime(string | \Closure | null $format = null, ?string $timezone = null)
*/
class TextEntry {}
}