[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/phpbb/extension/di/ -> extension_base.php (summary)

This file is part of the phpBB Forum Software package.

Copyright: (c) phpBB Limited
License: GNU General Public License, version 2 (GPL-2.0)
File Size: 138 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

extension_base:: (5 methods):
  __construct()
  load()
  load_services()
  getConfiguration()
  getAlias()


Class: extension_base  - X-Ref

Container core extension

__construct($extension_name, $ext_path)   X-Ref
Constructor

param: string $extension_name Name of the extension (vendor/name)
param: string $ext_path       Path to the extension

load(array $configs, ContainerBuilder $container)   X-Ref
Loads a specific configuration.

param: array            $configs   An array of configuration values
param: ContainerBuilder $container A ContainerBuilder instance

load_services(ContainerBuilder $container)   X-Ref
Loads the services.yml file.

param: ContainerBuilder $container A ContainerBuilder instance

getConfiguration(array $config, ContainerBuilder $container)   X-Ref
{@inheritdoc}


getAlias()   X-Ref
Returns the recommended alias to use in XML.

This alias is also the mandatory prefix to use when using YAML.

return: string The alias



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1