[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/symfony/dependency-injection/Compiler/ -> RepeatedPass.php (summary)

(no description)

File Size: 79 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

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.


setRepeat()   X-Ref
Sets if the pass should repeat.


getPasses()   X-Ref
Returns the passes.

return: RepeatablePassInterface[] An array of RepeatablePassInterface objects



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1