Table of Contents

Interfaces

Cases

 = 1
 = 2
 = 3
 = 4

Methods

 : string
 : self
 : bool
 : array<int, Month>
 : array<int, self>
Cases

Cases

Methods

description()

Public
public description() : string
Return values
string

fromMonth()

Public Static
public static fromMonth(Month  $month) : self
Parameters
$month : Month
Return values
self

includes()

Public
public includes(Month  $month) : bool
Parameters
$month : Month
Return values
bool

months()

Public
public months() : array<int, Month>
Return values
array<int, Month>

ordered()

Public Static
public static ordered() : array<int, self>
Return values
array<int, self>