class Format (View source)

Methods

static array
asObj()

Get the list of the report formats.

static array
getList()

Get a list of the report formats.

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 formats.

Return Value

array

static array getList()

Get a list of the report formats.

Return Value

array

static mixed get($key)

Get the constant value from a passed report type.

Parameters

$key

Return Value

mixed

Exceptions

ReportFormat

static bool exist($value)

Check if a passed value is available as report type.

Parameters

$value

Return Value

bool

static invalidType()

Exceptions

ReportFormat