AbstractDependencyType
An abstract class for dependency types.
Description Description
Dependency types are instances of a dependency used by the Dependency Injection Container for storing dependencies to invoke as they are needed.
Source Source
File: packages/woocommerce-blocks/src/Registry/AbstractDependencyType.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |
Methods Methods
- __construct — Constructor
- get — Retrieves the value stored internally for this DependencyType
- resolve_value — Resolver for the internal dependency value.