interface RepeatablePassInterface in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/dependency-injection/Compiler/RepeatablePassInterface.php \Symfony\Component\DependencyInjection\Compiler\RepeatablePassInterface
Interface that must be implemented by passes that are run as part of an RepeatedPass.
@author Johannes M. Schmitt <schmittjoh@gmail.com>
Hierarchy
- interface \Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
- interface \Symfony\Component\DependencyInjection\Compiler\RepeatablePassInterface
Expanded class hierarchy of RepeatablePassInterface
All classes that implement RepeatablePassInterface
File
- vendor/
symfony/ dependency-injection/ Compiler/ RepeatablePassInterface.php, line 20
Namespace
Symfony\Component\DependencyInjection\CompilerView source
interface RepeatablePassInterface extends CompilerPassInterface {
/**
* Sets the RepeatedPass interface.
*
* @param RepeatedPass $repeatedPass
*/
public function setRepeatedPass(RepeatedPass $repeatedPass);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
CompilerPassInterface:: |
public | function | You can modify the container here before it is dumped to PHP code. | 46 |
RepeatablePassInterface:: |
public | function | Sets the RepeatedPass interface. | 3 |