[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 60 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
NormalizationBuilder:: (3 methods):
__construct()
remap()
before()
Class: NormalizationBuilder - X-Ref
This class builds normalization conditions.__construct(NodeDefinition $node) X-Ref |
No description |
remap($key, $plural = null) X-Ref |
Registers a key to remap to its plural form. param: string $key The key to remap param: string $plural The plural of the key in case of irregular plural return: $this |
before(\Closure $closure = null) X-Ref |
Registers a closure to run before the normalization or an expression builder to build it if null is provided. return: ExprBuilder|$this |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |