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. | |
| Filesystem | getFilesystem() Returns a tool for manipulating the filesystem. | |
| string | getIcuVersion() Returns the ICU version of the bundles being converted. |
Details
string getBinaryDir()
Returns the directory where the binary resource bundles are stored.
string getStubDir()
Returns the directory where the stub resource bundles are stored.
Filesystem getFilesystem()
Returns a tool for manipulating the filesystem.
string getIcuVersion()
Returns the ICU version of the bundles being converted.
Please login to continue.