[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/ -> BundleInterface.php (summary)

(no description)

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

Defines 1 class

BundleInterface:: (8 methods):
  boot()
  shutdown()
  build()
  getContainerExtension()
  getParent()
  getName()
  getNamespace()
  getPath()


Interface: BundleInterface  - X-Ref

BundleInterface.

boot()   X-Ref
Boots the Bundle.


shutdown()   X-Ref
Shutdowns the Bundle.


build(ContainerBuilder $container)   X-Ref
Builds the bundle.

It is only ever called once when the cache is empty.

param: ContainerBuilder $container A ContainerBuilder instance

getContainerExtension()   X-Ref
Returns the container extension that should be implicitly loaded.

return: ExtensionInterface|null The default extension or null if there is none

getParent()   X-Ref
Returns the bundle name that this bundle overrides.

Despite its name, this method does not imply any parent/child relationship
between the bundles, just a way to extend and override an existing
bundle.

return: string The Bundle name it overrides or null if no parent

getName()   X-Ref
Returns the bundle name (the class short name).

return: string The Bundle name

getNamespace()   X-Ref
Gets the Bundle namespace.

return: string The Bundle namespace

getPath()   X-Ref
Gets the Bundle directory path.

The path should always be returned as a Unix path (with /).

return: string The Bundle absolute path



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1