StubbingContextInterface::getIcuVersion()

string getIcuVersion() Returns the ICU version of the bundles being converted. Return Value string The ICU version string.

StubbingContextInterface::getFilesystem()

Filesystem getFilesystem() Returns a tool for manipulating the filesystem. Return Value Filesystem The filesystem manipulator.

StubbingContextInterface::getBinaryDir()

string getBinaryDir() Returns the directory where the binary resource bundles are stored. Return Value string An absolute path to a directory.

StubbingContextInterface

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

StubbingContext::getStubDir()

string getStubDir() Returns the directory where the stub resource bundles are stored. Return Value string An absolute path to a directory.

StubbingContext::getIcuVersion()

string getIcuVersion() Returns the ICU version of the bundles being converted. Return Value string The ICU version string.

StubbingContext::getFilesystem()

Filesystem getFilesystem() Returns a tool for manipulating the filesystem. Return Value Filesystem The filesystem manipulator.

StubbingContext::getBinaryDir()

string getBinaryDir() Returns the directory where the binary resource bundles are stored. Return Value string An absolute path to a directory.

StubbingContext

class StubbingContext implements StubbingContextInterface Methods __construct($binaryDir, $stubDir, Filesystem $filesystem, $icuVersion) 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. De

Stub

class Stub Represents the main properties of a PHP variable. Constants TYPE_REF TYPE_STRING TYPE_ARRAY TYPE_OBJECT TYPE_RESOURCE STRING_BINARY STRING_UTF8 ARRAY_ASSOC ARRAY_INDEXED Properties $type $class $value $cut $handle $refCount $position