class ExtensionAbsentBundle in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/Tests/Fixtures/ExtensionAbsentBundle/ExtensionAbsentBundle.php \Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionAbsentBundle\ExtensionAbsentBundle
Hierarchy
- class \Symfony\Component\DependencyInjection\ContainerAware implements ContainerAwareInterface
- class \Symfony\Component\HttpKernel\Bundle\Bundle implements BundleInterface
- class \Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionAbsentBundle\ExtensionAbsentBundle
- class \Symfony\Component\HttpKernel\Bundle\Bundle implements BundleInterface
Expanded class hierarchy of ExtensionAbsentBundle
1 file declares its use of ExtensionAbsentBundle
- BundleTest.php in vendor/
symfony/ http-kernel/ Tests/ Bundle/ BundleTest.php
File
- vendor/
symfony/ http-kernel/ Tests/ Fixtures/ ExtensionAbsentBundle/ ExtensionAbsentBundle.php, line 16
Namespace
Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionAbsentBundleView source
class ExtensionAbsentBundle extends Bundle {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Bundle:: |
protected | property | ||
Bundle:: |
protected | property | ||
Bundle:: |
protected | property | ||
Bundle:: |
public | function |
Boots the Bundle. Overrides BundleInterface:: |
|
Bundle:: |
public | function |
Builds the bundle. Overrides BundleInterface:: |
|
Bundle:: |
public | function |
Returns the bundle's container extension. Overrides BundleInterface:: |
|
Bundle:: |
protected | function | Returns the bundle's container extension class. | |
Bundle:: |
final public | function |
Returns the bundle name (the class short name). Overrides BundleInterface:: |
|
Bundle:: |
public | function |
Gets the Bundle namespace. Overrides BundleInterface:: |
|
Bundle:: |
public | function |
Returns the bundle parent name. Overrides BundleInterface:: |
|
Bundle:: |
public | function |
Gets the Bundle directory path. Overrides BundleInterface:: |
|
Bundle:: |
public | function | Finds and registers Commands. | |
Bundle:: |
public | function |
Shutdowns the Bundle. Overrides BundleInterface:: |
|
ContainerAware:: |
protected | property | ||
ContainerAware:: |
public | function |
Sets the Container associated with this Controller. Overrides ContainerAwareInterface:: |