final class DecoratorExtension extends CompilerExtension

Decorators for services.

Methods

Schema
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 23
Schema getConfigSchema()

Returns configuration schema.

Return Value

Schema

at line 35
void beforeCompile()

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

Return Value

void

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

No description

Parameters

string $type
array $setups

Return Value

void

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

No description

Parameters

string $type
array $tags

Return Value

void