dhii/args-list-validation

参数列表验证

v0.1-alpha1 2018-03-12 04:34 UTC

This package is auto-updated.

Last update: 2024-09-07 04:09:18 UTC


README

Build Status Code Climate Test Coverage Latest Stable Version Latest Unstable Version This package complies with Dhii standards

详细信息

本软件包包含验证值列表的功能,这些值与规范进行对比。目前,该规范以 ReflectionParameter 标准的形式接受,通常通过 ReflectionFunctionAbstract#getParameters() 获取。因此,可以验证参数列表,以确定是否可以调用任何函数或方法,而不实际调用。

还可以使用本软件包中的功能来确定任何单个值是否与 ReflectionType 类型标准匹配,这通常通过 ReflectionParameter#getType() 获取。

特质