class LocaleBundleTransformationRule implements TransformationRuleInterface
The rule for compiling the locale bundle.
Methods
| __construct() | ||
| string | getBundleName() Returns the name of the compiled resource bundle. | |
| string[] | beforeCompile(CompilationContextInterface $context) Runs instructions to be executed before compiling the sources of the resource bundle. | |
| afterCompile(CompilationContextInterface $context) Runs instructions to be executed after compiling the sources of the resource bundle. | ||
| mixed | beforeCreateStub(StubbingContextInterface $context) Runs instructions to be executed before creating the stub version of the resource bundle. | |
| afterCreateStub(StubbingContextInterface $context) Runs instructions to be executed after creating the stub version of the resource bundle. |
Details
__construct()
string getBundleName()
Returns the name of the compiled resource bundle.
string[] beforeCompile(CompilationContextInterface $context)
Runs instructions to be executed before compiling the sources of the resource bundle.
afterCompile(CompilationContextInterface $context)
Runs instructions to be executed after compiling the sources of the resource bundle.
mixed beforeCreateStub(StubbingContextInterface $context)
Runs instructions to be executed before creating the stub version of the resource bundle.
afterCreateStub(StubbingContextInterface $context)
Runs instructions to be executed after creating the stub version of the resource bundle.
Please login to continue.