zyberware/var-manager
Composer 安装命令:
composer require zyberware/var-manager
包简介
Provides an easy way to save variables with getter- and setter-methods.
README 文档
README
VarManager provides an easy way to save variables with getter- and setter-methods.
Example
$vars = new \ZyberWare\VarManager(); $vars->setDay('Friday'); $vars->setConfig('main', $mainConfig); $vars->setConfig('db', $dbConfig); var_dump( $vars->getDay(), $vars->getConfig('main'), $vars->getConfig('db') );
Documentation
To create the docs, just run phpdoc in the the project-root.
An online-version is available at phpdoc.zyberware.org/var-manager/.
License
This software is licensed under the Mozilla Public License v. 2.0. For more information, read the file LICENSE.
统计信息
- 总下载量: 33
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MPL-2.0
- 更新时间: 2014-04-13