interface RepeatablePassInterface in Service Container 7
Same name and namespace in other branches
- 7.2 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/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
- modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ DependencyInjection/ 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. | 30 |
RepeatablePassInterface:: |
public | function | Sets the RepeatedPass interface. | 3 |