Class CSafeValidator
CSafeValidator marks the associated attributes to be safe for massive assignments.
- CComponent
- 
			 CValidator CValidator
- 
			 CSafeValidator CSafeValidator
		
		
		
		Package: system\validators
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.1
Located at x2engine/framework/validators/CSafeValidator.php
	
	Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.1
Located at x2engine/framework/validators/CSafeValidator.php
| 
			 protected 
			
			
			 | 
		#
		 validateAttribute( Validates the attribute of the object. If there is any error, the error message is added to the object. | 
| 
			addError(), 
			applyTo(), 
			clientValidateAttribute(), 
			createValidator(), 
			isEmpty(), 
			validate()
		 | 
| 
			$attributes, 
			$builtInValidators, 
			$enableClientValidation, 
			$except, 
			$message, 
			$on, 
			$safe, 
			$skipOnError
		 |