You are here

class ExtensionPresentBundle in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Tests/Fixtures/ExtensionPresentBundle/ExtensionPresentBundle.php \Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionPresentBundle\ExtensionPresentBundle

Hierarchy

Expanded class hierarchy of ExtensionPresentBundle

1 file declares its use of ExtensionPresentBundle
BundleTest.php in vendor/symfony/http-kernel/Tests/Bundle/BundleTest.php

File

vendor/symfony/http-kernel/Tests/Fixtures/ExtensionPresentBundle/ExtensionPresentBundle.php, line 16

Namespace

Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionPresentBundle
View source
class ExtensionPresentBundle extends Bundle {

}

Members

Namesort descending Modifiers Type Description Overrides
Bundle::$extension protected property
Bundle::$name protected property
Bundle::$path protected property
Bundle::boot public function Boots the Bundle. Overrides BundleInterface::boot
Bundle::build public function Builds the bundle. Overrides BundleInterface::build
Bundle::getContainerExtension public function Returns the bundle's container extension. Overrides BundleInterface::getContainerExtension
Bundle::getContainerExtensionClass protected function Returns the bundle's container extension class.
Bundle::getName final public function Returns the bundle name (the class short name). Overrides BundleInterface::getName
Bundle::getNamespace public function Gets the Bundle namespace. Overrides BundleInterface::getNamespace
Bundle::getParent public function Returns the bundle parent name. Overrides BundleInterface::getParent
Bundle::getPath public function Gets the Bundle directory path. Overrides BundleInterface::getPath
Bundle::registerCommands public function Finds and registers Commands.
Bundle::shutdown public function Shutdowns the Bundle. Overrides BundleInterface::shutdown
ContainerAware::$container protected property
ContainerAware::setContainer public function Sets the Container associated with this Controller. Overrides ContainerAwareInterface::setContainer