petrabarus/yii2-eithervalidator

强制某些属性之一必须填写的Yii2验证器

dev-master 2015-02-12 04:56 UTC

This package is auto-updated.

Last update: 2024-09-22 15:21:15 UTC


README

强制属性之一必须填写的Yii2验证器。

安装

将以下行添加到composer。

"petrabarus/yii2-eithervalidator": "*"

用法

将以下类似的行添加到模型的规则中

[['email'], PetraBarus\Yii2\Validators\EitherValidator::class, 
	'otherAttributes' => ['phone']]