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 tool for manipulating the filesystem. | |
BundleCompilerInterface | getCompiler() Returns a resource bundle compiler. | |
string | getIcuVersion() Returns the ICU version of the bundles being converted. |
Details
__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 tool for manipulating the filesystem.
BundleCompilerInterface getCompiler()
Returns a resource bundle compiler.
string getIcuVersion()
Returns the ICU version of the bundles being converted.
Please login to continue.