BundleCompiler
class BundleCompiler implements BundleCompilerInterface
Compiles .txt resource bundles to binary .res files.
Methods
|  __construct(string $genrb = 'genrb', string $envVars = '')  Creates a new compiler based on the "genrb" executable.  |  ||
|  compile(string $sourcePath, string $targetDir)  Compiles a resource bundle at the given source to the given target directory.  |  
Details
__construct(string $genrb = 'genrb', string $envVars = '')
Creates a new compiler based on the "genrb" executable.
Parameters
| string | $genrb | Optional. The path to the "genrb" executable. | 
| string | $envVars | Optional. Environment variables to be loaded when running "genrb". | 
Exceptions
| RuntimeException | If the "genrb" cannot be found. | 
compile(string $sourcePath, string $targetDir)
Compiles a resource bundle at the given source to the given target directory.
Parameters
| string | $sourcePath | |
| string | $targetDir | 
    © 2004–2017 Fabien Potencier
Licensed under the MIT License.
    http://api.symfony.com/3.4/Symfony/Component/Intl/ResourceBundle/Compiler/BundleCompiler.html