Note: [[when]] property is not supported by SafeValidator. * * @author Qiang Xue * @since 2.0 */ class SafeValidator extends Validator { /** * {@inheritdoc} */ public function validateAttributes($model, $attributes = null) { } /** * {@inheritdoc} */ public function validateAttribute($model, $attribute) { } }