Quarter
Enum
backed by
int
Interfaces
Cases
Methods
: string
: self
: bool
: array<int, self>
Cases
Methods
public
description() : string
Return values
string
public
endMonth() : Month
Return values
public
static
fromMonth(Month
$month) : self
Parameters
Return values
self
public
includes(Month
$month) : bool
Parameters
Return values
bool
public
months() : array<int, Month>
Return values
array<int, Month>
public
static
ordered() : array<int, self>
Return values
array<int, self>
public
startMonth() : Month