Download the PHP package biqiang/biphp-properties without Composer
On this page you can find all versions of the php package biqiang/biphp-properties. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package biphp-properties
为 PHP 类提供扩展的属性管理能力。
使用
使用 composer
添加依赖 composer require biqiang/biphp-properties
在类中使用 PropertyOwner
并在 specs
方法中首先属性描述:
访问定义的属性
特性列表
- 为属性提供
readOnly
定义 - 提供属性
manager
定义,被定义为manager
的类可以获得innerSet
无视readOnly
设置对属性进行修改。 - 为属性提供
filter
定义能力,在修改属性值前对输入值进行过滤。 - 为属性提供验证规则定义能力,在修改属性值前对输入值进行验证。
- 内置一些基础数据类型属性,提供对基础数据类型的输入检查。
- 提供属性修改监听,可以在属性被修改时执行一些回调操作。
All versions of biphp-properties with dependencies
PHP Build Version
Package Version
No informations.
The package biqiang/biphp-properties contains the following files
Loading the files please wait ....