Documentation

AutoconfigureTag extends Autoconfigure
in package

An attribute to tell how a base type should be tagged.

Tags
author

Nicolas Grekas p@tchwork.com

Attributes
#[Attribute]
\Attribute::TARGET_CLASS | \Attribute::IS_REPEATABLE

Table of Contents

Properties

$autowire  : bool|null
$bind  : array<string|int, mixed>|null
$calls  : array<string|int, mixed>|null
$configurator  : array<string|int, mixed>|string|null
$constructor  : string|null
$lazy  : bool|string|null
$properties  : array<string|int, mixed>|null
$public  : bool|null
$shared  : bool|null
$tags  : array<string|int, mixed>|null

Methods

__construct()  : mixed

Properties

$configurator

public array<string|int, mixed>|string|null $configurator = null

$properties

public array<string|int, mixed>|null $properties = null

Methods

__construct()

public __construct([string|null $name = null ][, array<string|int, mixed> $attributes = [] ]) : mixed
Parameters
$name : string|null = null
$attributes : array<string|int, mixed> = []

        
On this page

Search results