Documentation

TacticianBundle extends Bundle
in package

An implementation of BundleInterface that adds a few conventions for DependencyInjection extensions.

Table of Contents

$container  : ContainerInterface|null
$extension  : mixed
$name  : mixed
$path  : mixed
$handlerMapping  : HandlerMapping
$namespace  : mixed
__construct()  : mixed
boot()  : mixed
Boots the Bundle.
build()  : void
Builds the bundle.
defaultMappingStrategy()  : HandlerMapping
getContainerExtension()  : ExtensionInterface|null
Returns the bundle's container extension.
getName()  : string
Returns the bundle name (the class short name).
getNamespace()  : string
Gets the Bundle namespace.
getPath()  : string
Gets the Bundle directory path.
registerCommands()  : mixed
setContainer()  : mixed
shutdown()  : mixed
Shutdowns the Bundle.
createContainerExtension()  : ExtensionInterface|null
Creates the bundle's container extension.
getContainerExtensionClass()  : string
Returns the bundle's container extension class.
parseClassName()  : mixed

Properties

$extension

protected mixed $extension

$namespace

private mixed $namespace

Methods

boot()

Boots the Bundle.

public boot() : mixed
Return values
mixed

getName()

Returns the bundle name (the class short name).

public final getName() : string
Return values
string

getNamespace()

Gets the Bundle namespace.

public getNamespace() : string
Return values
string

getPath()

Gets the Bundle directory path.

public getPath() : string
Return values
string

shutdown()

Shutdowns the Bundle.

public shutdown() : mixed
Return values
mixed

getContainerExtensionClass()

Returns the bundle's container extension class.

protected getContainerExtensionClass() : string
Return values
string

parseClassName()

private parseClassName() : mixed
Return values
mixed

Search results