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 getIcuVers