| [ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 142 lines (6 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ReplaceAliasByActualDefinitionPass:: (4 methods):
process()
updateArgumentReferences()
updateFactoryReferenceId()
updateFactoryReference()
Class: ReplaceAliasByActualDefinitionPass - X-Ref
Replaces aliases with actual service definitions, effectively removing these| process(ContainerBuilder $container) X-Ref |
| Process the Container to replace aliases with service definitions. |
| updateArgumentReferences(array $replacements, $definitionId, array $arguments) X-Ref |
| Recursively updates references in an array. param: array $replacements Table of aliases to replace param: string $definitionId Identifier of this definition param: array $arguments Where to replace the aliases return: array |
| updateFactoryReferenceId(array $replacements, $referenceId) X-Ref |
| Returns the updated reference for the factory service. param: array $replacements Table of aliases to replace param: string|null $referenceId Factory service reference identifier return: string|null |
| updateFactoryReference(array $replacements, $factory) X-Ref |
| No description |
| Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |