AbstractServiceProvider
Class: Base class for the service providers used to register classes in the container.
Source: src/Internal/DependencyManagement/AbstractServiceProvider.php:22
Class: Base class for the service providers used to register classes in the container.
Source: src/Internal/DependencyManagement/AbstractServiceProvider.php:22
Method: Register a class in the container and use reflection to guess the injection method arguments.
Source: src/Internal/DependencyManagement/AbstractServiceProvider.php:37
Method: Gets the class of a parameter.
Source: src/Internal/DependencyManagement/AbstractServiceProvider.php:75
Method: Check if a combination of class name and concrete is valid for registration.
Source: src/Internal/DependencyManagement/AbstractServiceProvider.php:96
Method: Register a class in the container and use reflection to guess the injection method arguments.
Source: src/Internal/DependencyManagement/AbstractServiceProvider.php:144
Method: Register an entry in the container.
Source: src/Internal/DependencyManagement/AbstractServiceProvider.php:157
Method: Register a shared entry in the container (`get` always returns the same instance).
Source: src/Internal/DependencyManagement/AbstractServiceProvider.php:169