interface StubbingContextInterface

Methods

string
getBinaryDir()

Returns the directory where the binary resource bundles are stored.

string
getStubDir()

Returns the directory where the stub resource bundles are stored.

getFilesystem()

Returns a tool for manipulating the filesystem.

string
getIcuVersion()

Returns the ICU version of the bundles being converted.

Details

at line line 24
string getBinaryDir()

Returns the directory where the binary resource bundles are stored.

Return Value

string An absolute path to a directory.

at line line 31
string getStubDir()

Returns the directory where the stub resource bundles are stored.

Return Value

string An absolute path to a directory.

at line line 38
Filesystem getFilesystem()

Returns a tool for manipulating the filesystem.

Return Value

Filesystem The filesystem manipulator.

at line line 45
string getIcuVersion()

Returns the ICU version of the bundles being converted.

Return Value

string The ICU version string.