[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Extension/ -> ExtensionInterface.php (summary)

(no description)

File Size: 55 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ExtensionInterface:: (4 methods):
  load()
  getNamespace()
  getXsdValidationBasePath()
  getAlias()


Interface: ExtensionInterface  - X-Ref

ExtensionInterface is the interface implemented by container extension classes.

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

getNamespace()   X-Ref
Returns the namespace to be used for this extension (XML namespace).

return: string The XML namespace

getXsdValidationBasePath()   X-Ref
Returns the base path for the XSD files.

return: string The XSD base path

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: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1