lucite/container

一个简单的psr-11容器,附加了一些额外的功能,并尽量减少魔法

0.0.2 2024-09-12 14:34 UTC

This package is auto-updated.

Last update: 2024-09-12 14:34:54 UTC


README

添加新键

有三种方法可以添加新键

  • function add(string $key, mixed $value)
  • function addConstructor(string $key, callable $constructor)
  • function addSingleton(string $key, callable $constructor)