Factory
Namespace
Interfaces
FactoryInterface
Defines a contract for service factories that rely on a PSR-11 container for instantiation.
Classes
MethodFactory
A factory that invokes a specified method on a class using reflection and the PSR-11 container.
ServiceFactory
This factory wraps a predefined service instance and returns it directly upon invocation.