CompilationContextInterface::getFilesystem()

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

CompilationContextInterface::getSourceDir()

string getSourceDir() Returns the directory where the source versions of the resource bundles are stored. Return Value string An absolute path to a directory.

CompilationContextInterface::getIcuVersion()

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

CompilationContext::getIcuVersion()

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

CompilationContextInterface

interface CompilationContextInterface Stores contextual information for resource bundle compilation. Methods string getSourceDir() Returns the directory where the source versions of the resource bundles are stored. string getBinaryDir() Returns the directory where the binary resource bundles are stored. Filesystem getFilesystem() Returns a tool for manipulating the filesystem. BundleCompilerInterface getCompiler() Returns a resource bundle compiler. string getIcuVersi

CompilationContext::getSourceDir()

string getSourceDir() Returns the directory where the source versions of the resource bundles are stored. Return Value string An absolute path to a directory.

CompilationContext::getCompiler()

BundleCompilerInterface getCompiler() Returns a resource bundle compiler. Return Value BundleCompilerInterface The loaded resource bundle compiler.

CompilationContext::getFilesystem()

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

CompilationContext

class CompilationContext implements CompilationContextInterface Default implementation of {@link CompilationContextInterface}. Methods __construct($sourceDir, $binaryDir, Filesystem $filesystem, BundleCompilerInterface $compiler, $icuVersion) string getSourceDir() Returns the directory where the source versions of the resource bundles are stored. string getBinaryDir() Returns the directory where the binary resource bundles are stored. Filesystem getFilesystem() Returns a

Comparator::setOperator()

setOperator(string $operator) Sets the comparison operator. Parameters string $operator A valid operator Exceptions InvalidArgumentException