[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

(no description)

File Size: 52 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.


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|false

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: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1