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



Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.

Top ↑

Methods Methods

  • __construct — Constructor
  • get — Retrieves the value stored internally for this DependencyType
  • resolve_value — Resolver for the internal dependency value.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.