class Version

Methods

static string
getApiCoreVersion()

No description

static string
readVersionFile(string $file)

Reads a VERSION file and returns the contents. If the file does not exist, returns "".

Details

at line 41
static string getApiCoreVersion()

Return Value

string The version of the ApiCore library.

at line 57
static string readVersionFile(string $file)

Reads a VERSION file and returns the contents. If the file does not exist, returns "".

Parameters

string $file

Return Value

string