able/static

phpABLE 静态类实现

v1.5.0 2021-10-06 12:56 UTC

This package is auto-updated.

Last update: 2024-09-06 20:19:35 UTC


README

phpABLE 抽象库提供了声明静态类的能力。

要求

安装

通过 Composer 安装 able/statics 包有简单的方法

composer require able/statics

用法

请参考以下示例

use \Able\Static\TStatic;

class StaticExample {
    use TStatic;

}

许可证

本软件包根据 MIT 许可证 发布。