StubbingContext
class StubbingContext implements 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 41
__construct($binaryDir, $stubDir, Filesystem $filesystem, $icuVersion)
at line line 52
string
getBinaryDir()
Returns the directory where the binary resource bundles are stored.
at line line 60
string
getStubDir()
Returns the directory where the stub resource bundles are stored.
at line line 68
Filesystem
getFilesystem()
Returns a tool for manipulating the filesystem.
at line line 76
string
getIcuVersion()
Returns the ICU version of the bundles being converted.