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.

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.

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::getIcuVersion()

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

StubbingContext::getStubDir()

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

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

StructuredBundleReader::read()

mixed read(string $path, string $locale) Reads a resource bundle. Parameters string $path The path to the resource bundle. string $locale The locale to read. Return Value mixed Returns an array or {@link \ArrayAccess} instance for complex data, a scalar value otherwise.