Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
/ container Public archive
generated from spaceonfire/skeleton

v2.0.0

Compare
Choose a tag to compare
@hustlahusky hustlahusky released this 21 Jun 19:17
f8ccf9d

Added

  • ArgumentResolver class as default implementation of ResolverInterface
  • ReflectionFactory class creates instance of any existing class and resolve constructor arguments
  • ReflectionInvoker class calls any given callable with resolved arguments
  • ReflectionContainer class acts like factory for any existing class

Removed

  • Container class does not manage any existing class no more
  • Container class does not implements ResolverInterface no more
  • Removed AbstractContainerDecorator class