class ReportTypes (View source)

Methods

static array
asObj()

Get the list of the report types.

static array
getList()

Get the list of the report types.

static mixed
get($key)

Get the constant value from a passed report type.

static bool
exist($value)

Check if a passed value is available as report type.

static 
invalidType()

No description

Details

static array asObj()

Get the list of the report types.

Return Value

array

static array getList()

Get the list of the report types.

Return Value

array

static mixed get($key)

Get the constant value from a passed report type.

Parameters

$key

Return Value

mixed

Exceptions

ReportTypes

static bool exist($value)

Check if a passed value is available as report type.

Parameters

$value

Return Value

bool

static invalidType()

Exceptions

ReportTypes