implements |
BackedEnum |
---|
Cases | |
---|---|
January = 1
|
# |
February = 2
|
# |
March = 3
|
# |
April = 4
|
# |
May = 5
|
# |
June = 6
|
# |
July = 7
|
# |
August = 8
|
# |
September = 9
|
# |
October = 10
|
# |
November = 11
|
# |
December = 12
|
# |
Methods | ||
---|---|---|
public
static
|
int(self|int|null $value): ?int
|
# |
public
static
|
fromNumber(int $number): self
|
# |
public
static
|
fromName(string $name, ?string $locale = null): self
|
# |
public
|
ofTheYear(CarbonImmutable|int|null $now = null): CarbonImmutable
|
# |
public
|
locale(string $locale, ?CarbonImmutable $now = null): CarbonImmutable
|
# |