class GeneratorConfig
Stores contextual information for resource bundle generation.
Methods
__construct($sourceDir, $icuVersion) | ||
addBundleWriter(string $targetDir, BundleWriterInterface $writer) Adds a writer to be used during the data conversion. | ||
BundleWriterInterface[] | getBundleWriters() Returns the writers indexed by their output directories. | |
string | getSourceDir() Returns the directory where the source versions of the resource bundles are stored. | |
string | getIcuVersion() Returns the ICU version of the bundles being converted. |
Details
__construct($sourceDir, $icuVersion)
addBundleWriter(string $targetDir, BundleWriterInterface $writer)
Adds a writer to be used during the data conversion.
BundleWriterInterface[] getBundleWriters()
Returns the writers indexed by their output directories.
string getSourceDir()
Returns the directory where the source versions of the resource bundles are stored.
string getIcuVersion()
Returns the ICU version of the bundles being converted.
Please login to continue.