class Codetable

Properties

static protected string $version

Codetable version from Codetable interface class.

static protected array $codes

Codetable data from Codetable interface class.

Methods

__construct(array $codes = [])

No description

string
getCodetableVersion()

Get a string containing the version of the category.

array
getAll()

Output codetables.

Details

at line 21
__construct(array $codes = [])

No description

Parameters

array $codes

at line 38
string getCodetableVersion()

Get a string containing the version of the category.

Return Value

string

at line 48
array getAll()

Output codetables.

Return Value

array