earc/container
Composer 安装命令:
composer require earc/container
包简介
eArc - the explicit architecture framework - basic psr-11 compatible container blueprint
README 文档
README
Basic PSR-11 compatible php container blueprint.
installation
$ composer install earc/container
basic usage
use eArc\Container\Items; $container = new Items();
Please refer to the ItemsInterface for details.
exceptions
-
An
ItemNotCallableExceptionis thrown if an item is called that is no callable. -
An
ItemNotFoundExceptionis thrown if an item is get or called that does not exist. -
An
ItemOverwriteExceptionis thrown if an item is set but its name exists already.overwrite()does not trigger this exception. -
All three exceptions inherit from the
ItemException.
统计信息
- 总下载量: 33
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-01-26