|
21 | 21 | * |
22 | 22 | * Requires the intl PHP extension. |
23 | 23 | * |
24 | | - * @property int $age read-only |
25 | | - * @property string $day read-only |
26 | | - * @property string $dayOfWeek read-only |
27 | | - * @property string $dayOfYear read-only |
28 | | - * @property bool $dst read-only |
29 | | - * @property string $hour read-only |
30 | | - * @property bool $local read-only |
31 | | - * @property string $minute read-only |
32 | | - * @property string $month read-only |
33 | | - * @property string $quarter read-only |
34 | | - * @property string $second read-only |
35 | | - * @property int $timestamp read-only |
36 | | - * @property bool $utc read-only |
37 | | - * @property string $weekOfMonth read-only |
38 | | - * @property string $weekOfYear read-only |
39 | | - * @property string $year read-only |
| 24 | + * @property-read int $age |
| 25 | + * @property-read string $day |
| 26 | + * @property-read string $dayOfWeek |
| 27 | + * @property-read string $dayOfYear |
| 28 | + * @property-read bool $dst |
| 29 | + * @property-read string $hour |
| 30 | + * @property-read bool $local |
| 31 | + * @property-read string $minute |
| 32 | + * @property-read string $month |
| 33 | + * @property-read string $quarter |
| 34 | + * @property-read string $second |
| 35 | + * @property-read int $timestamp |
| 36 | + * @property-read bool $utc |
| 37 | + * @property-read string $weekOfMonth |
| 38 | + * @property-read string $weekOfYear |
| 39 | + * @property-read string $year |
40 | 40 | * |
41 | 41 | * @see \CodeIgniter\I18n\TimeTest |
42 | 42 | */ |
|
0 commit comments