Documentation

Autoconfigure
in package

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

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

Search results