Documentation

AutoconfigureTag extends Autoconfigure
in package

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

Tags
author

Nicolas Grekas p@tchwork.com

Table of Contents

$autowire  : bool|null
$bind  : array<string|int, mixed>|null
$calls  : array<string|int, mixed>|null
$configurator  : array<string|int, mixed>|string|null
$lazy  : bool|string|null
$properties  : array<string|int, mixed>|null
$public  : bool|null
$shared  : bool|null
$tags  : array<string|int, mixed>|null
__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> = []
Return values
mixed

Search results