public static class IValidator.DefaultImpls
校验器 其校验方法是要被ValidationUnit调用的,通过反射来调用,反射时不能识别参数的默认值,因此在定义校验方法时不要设置参数默认值
| 限定符和类型 | 方法和说明 |
|---|---|
static IValidator |
combile(IValidator $this,
IValidator other)
合并2个校验器
|
static IValidator |
combile(IValidator $this,
NonExistentClass other)
合并2个校验器
|
public static IValidator combile(IValidator $this, IValidator other)
合并2个校验器
public static IValidator combile(IValidator $this, NonExistentClass other)
合并2个校验器