final class DecoratorExtension extends CompilerExtension

Decorators for services.

Properties

protected $config

Methods

Schema
getConfigSchema()

Returns configuration schema.

void
beforeCompile()

Adjusts the container before compilation. Override in subclasses.

void
addSetups(string $type, array $setups)

No description

void
addTags(string $type, array $tags)

No description

Details

at line 25
Schema getConfigSchema()

Returns configuration schema.

Return Value

Schema

at line 37
void beforeCompile()

Adjusts the container before compilation. Override in subclasses.

Return Value

void

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

No description

Parameters

string $type
array $setups

Return Value

void

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

No description

Parameters

string $type
array $tags

Return Value

void