class BundleTransformer
Compiles a number of resource bundles based on predefined compilation rules.
Methods
addRule(TransformationRuleInterface $rule) Adds a new compilation rule. | ||
compileBundles(CompilationContextInterface $context) Runs the compilation with the given compilation context. | ||
createStubs(StubbingContextInterface $context) |
Details
addRule(TransformationRuleInterface $rule)
Adds a new compilation rule.
compileBundles(CompilationContextInterface $context)
Runs the compilation with the given compilation context.
Please login to continue.