Autowiring
class Autowiring
Autowiring.
Methods
string|null
getByType(string $type, bool $throw = false)
Resolves service name by type.
array
findByType(string $type)
Gets the service names and definitions of the specified type.
void
addExcludedClasses(array $types)
No description
array
getClassList()
No description
void
rebuild()
No description
Details
at line 34
__construct(ContainerBuilder $builder)
No description
at line 45
string|null
getByType(string $type, bool $throw = false)
Resolves service name by type.
at line 82
array
findByType(string $type)
Gets the service names and definitions of the specified type.
at line 99
void
addExcludedClasses(array $types)
No description
at line 110
array
getClassList()
No description
at line 116
void
rebuild()
No description
Traits
Strict class for better experience.