\ESLKem\GBXParser\ModelsGBX

The main GBX file wrapper

All GBX types share a common GBX version which is stored in this class. Other information is GBX type-specific and is stored in derived classes

Summary

Methods
Properties
Constants
__construct()
getVersion()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$version
N/A

Properties

$version

$version : integer

Type

integer — The version of the GBX format

Methods

__construct()

__construct(integer  $version) 

Constructor method

Parameters

integer $version

The version

getVersion()

getVersion() : integer

Version getter method

Returns

integer —

The GBX version property