final class DecoratorExtension extends CompilerExtension

Decorators for services.

Methods

getConfigSchema()

Returns configuration schema.

void
beforeCompile()

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

void
addSetups(string $type, array $setups)

No description

void
addTags(string $type, array $tags)

No description

Details

at line 21
Schema getConfigSchema()

Returns configuration schema.

Return Value

Schema

at line 33
void beforeCompile()

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

Return Value

void

at line 51
void addSetups(string $type, array $setups)

No description

Parameters

string $type
array $setups

Return Value

void

at line 69
void addTags(string $type, array $tags)

No description

Parameters

string $type
array $tags

Return Value

void