Свойство | Тип | Описание | |
---|---|---|---|
$extension | |||
$name | |||
$path |
Метод | Описание | |
---|---|---|
boot ( ) | Boots the Bundle. | |
build ( |
Builds the bundle. | |
getContainerExtension ( ) : Symfony\Component\DependencyInjection\Extension\ExtensionInterface | null | Returns the bundle's container extension. | |
getName ( ) : string | Returns the bundle name (the class short name). | |
getNamespace ( ) : string | Gets the Bundle namespace. | |
getParent ( ) : string | Returns the bundle parent name. | |
getPath ( ) : string | Gets the Bundle directory path. | |
registerCommands ( |
Finds and registers Commands. | |
shutdown ( ) | Shutdowns the Bundle. |
Метод | Описание | |
---|---|---|
createContainerExtension ( ) : Symfony\Component\DependencyInjection\Extension\ExtensionInterface | null | Creates the bundle's container extension. | |
getContainerExtensionClass ( ) : string | Returns the bundle's container extension class. |
Метод | Описание | |
---|---|---|
parseClassName ( ) |
public build ( |
||
$container | A ContainerBuilder instance |
protected createContainerExtension ( ) : Symfony\Component\DependencyInjection\Extension\ExtensionInterface | null | ||
Результат | Symfony\Component\DependencyInjection\Extension\ExtensionInterface | null |
public getContainerExtension ( ) : Symfony\Component\DependencyInjection\Extension\ExtensionInterface | null | ||
Результат | Symfony\Component\DependencyInjection\Extension\ExtensionInterface | null | The container extension |
protected getContainerExtensionClass ( ) : string | ||
Результат | string |
public getNamespace ( ) : string | ||
Результат | string | The Bundle namespace |
public registerCommands ( |
||
$application | An Application instance |