platform/api/symfony/Component/DependencyInjection/Compiler/CompilerPassInterface.yaml

35 lines
661 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: CompilerPassInterface
class_comment: null
dependencies:
- name: ContainerBuilder
type: class
source: Symfony\Component\DependencyInjection\ContainerBuilder
properties: []
methods:
- name: process
visibility: public
parameters:
- name: container
comment: '# * Interface that must be implemented by compilation passes.
# *
# * @author Johannes M. Schmitt <schmittjoh@gmail.com>
# */
# interface CompilerPassInterface
# {
# /**
# * You can modify the container here before it is dumped to PHP code.
# *
# * @return void'
traits:
- Symfony\Component\DependencyInjection\ContainerBuilder
interfaces: []