parse()
parse(string $filename) : \ESLKem\GBXParser\Models\GBX
The parsing function which reads the specified file and returns the parsed result, temporarilly all the data is stored in a simple array
Parameters
| string | $filename | A string containing the GBX file location |
Returns
\ESLKem\GBXParser\Models\GBX —A GBX (or any subclass) object contaning the parsed information