| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 86 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
RepeatedPass:: (4 methods):
__construct()
process()
setRepeat()
getPasses()
Class: RepeatedPass - X-Ref
A pass that might be run repeatedly.| __construct(array $passes) X-Ref |
param: RepeatablePassInterface[] $passes An array of RepeatablePassInterface objects |
| process(ContainerBuilder $container) X-Ref |
| Process the repeatable passes that run more than once. param: ContainerBuilder $container |
| setRepeat() X-Ref |
| Sets if the pass should repeat. |
| getPasses() X-Ref |
| Returns the passes. return: RepeatablePassInterface[] An array of RepeatablePassInterface objects |
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |