| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 70 lines (2 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 |
| Constructor. param: NodeDefinition $node The related node |
| 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: NormalizationBuilder |
| 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. param: \Closure $closure return: ExprBuilder|NormalizationBuilder |
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |