| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 149 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
PluginCollection:: (6 methods):
__construct()
finalize()
normalizeKey()
normalizeValue()
load()
asConfig()
Class: PluginCollection - X-Ref
| __construct(Configurator $configurator) X-Ref |
| Constructor param: Configurator $configurator |
| finalize() X-Ref |
| Finalize all of this collection's plugins return: void |
| normalizeKey($pluginName) X-Ref |
| Validate a plugin name param: string $pluginName return: string |
| normalizeValue($value) X-Ref |
| Create a plugin instance/ensure it implements the correct interface param: mixed $value Either a class name or an object that implements ConfiguratorBase return: ConfiguratorBase |
| load($pluginName, array $overrideProps = []) X-Ref |
| Load a default plugin param: string $pluginName Name of the plugin param: array $overrideProps Properties of the plugin will be overwritten with those return: ConfiguratorBase |
| asConfig() X-Ref |
| {@inheritdoc} |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |