class DecoratorExtension extends CompilerExtension

Decorators for services.

Properties

$defaults

Methods

void
beforeCompile()

Adjusts DI container before is compiled to PHP class. Intended to be overridden by descendant.

addSetups($type, array $setups)

No description

addTags($type, array $tags)

No description

Details

at line 25
void beforeCompile()

Adjusts DI container before is compiled to PHP class. Intended to be overridden by descendant.

Return Value

void

at line 39
addSetups($type, array $setups)

No description

Parameters

$type
array $setups

at line 52
addTags($type, array $tags)

No description

Parameters

$type
array $tags