earc/tree
Composer 安装命令:
composer require earc/tree
包简介
eArc - the explicit architecture framework - tree composite blueprint
README 文档
README
Basic tree composite blueprint.
installation
$ composer install earc/tree
basic usage
use eArc\Tree\Node; $root = new Node(); $root->addChild(new Node($root), 'identifier'); $root->getChild('identifier');
Please refer to the NodeInterface for details.
If you want to add the tree composite functionality to a existing class use the
eArc\Tree\Node\NodeTrait.
统计信息
- 总下载量: 42
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-11-27