GeneratorConfig
class GeneratorConfig
Stores contextual information for resource bundle generation.
Methods
__construct($sourceDir, $icuVersion)
No description
addBundleWriter(string $targetDir, BundleWriterInterface $writer)
Adds a writer to be used during the data conversion.
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
at line line 40
__construct($sourceDir, $icuVersion)
at line line 52
addBundleWriter(string $targetDir, BundleWriterInterface $writer)
Adds a writer to be used during the data conversion.
at line line 62
BundleWriterInterface[]
getBundleWriters()
Returns the writers indexed by their output directories.
at line line 73
string
getSourceDir()
Returns the directory where the source versions of the resource bundles are stored.
at line line 83
string
getIcuVersion()
Returns the ICU version of the bundles being converted.