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

Returns configuration schema.

Return Value

Schema

at line 34
void beforeCompile()

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

Return Value

void

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

No description

Parameters

string $type
array $setups

Return Value

void

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

No description

Parameters

string $type
array $tags

Return Value

void