class Version (View source)

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

static string getApiCoreVersion()

No description

Return Value

string

The version of the ApiCore library.

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