ExtendedContainer
Class: This class extends the original League’s Container object by adding some functionality that we need for WooCommerce.
Source: src/Internal/DependencyManagement/ExtendedContainer.php:16
Class: This class extends the original League’s Container object by adding some functionality that we need for WooCommerce.
Source: src/Internal/DependencyManagement/ExtendedContainer.php:16
Method: Register a class in the container.
Source: src/Internal/DependencyManagement/ExtendedContainer.php:51
Method: Replace an existing registration with a different concrete.
Source: src/Internal/DependencyManagement/ExtendedContainer.php:78
Method: Reset all the cached resolutions, so any further “get” for shared definitions will generate the instance again.
Source: src/Internal/DependencyManagement/ExtendedContainer.php:94
Method: Get an instance of a registered class.
Source: src/Internal/DependencyManagement/ExtendedContainer.php:111
Method: Gets the class from the concrete regardless of type.
Source: src/Internal/DependencyManagement/ExtendedContainer.php:126
Method: Checks to see whether or not a class is allowed to be registered.
Source: src/Internal/DependencyManagement/ExtendedContainer.php:149
Method: Check if a class name corresponds to an anonymous class.
Source: src/Internal/DependencyManagement/ExtendedContainer.php:159