35 lines
661 B
YAML
35 lines
661 B
YAML
|
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: []
|