ActiveRecord_SetValidationA validation to check that an attribute's value is contained in a specified list.
Located in /activerecord/lib/ActiveRecord/Validation.php (line 410)
ActiveRecord_Validation | --ActiveRecord_SetValidation
ActiveRecord_SetValidation
__construct
(array $attrNames, array $in, [bool $testInList = true], [string $msg = false], [bool $allowNull = false], [int $type = ActiveRecord_Validation::ON_SAVE], [string $condition = false])
mixed
$allowNull
(line 426)
Flag indicating whether nulls are allowed
mixed
$attrNames
(line 414)
List of attribute names to validate
mixed
$msg
(line 418)
Error message to use
mixed
$testExistence
(line 430)
Flag indicating type of test being performed
mixed
$validValues
(line 422)
List to validate against
Inherited from ActiveRecord_Validation
ActiveRecord_Validation::$condition
ActiveRecord_Validation::$type
Constructor __construct (line 443)
Constructor
validate (line 460)
Validate the object provided. If the object is invalid, it is the responsibility of this method to add any errors appropriate to the object's error collection.
Inherited From ActiveRecord_Validation
ActiveRecord_Validation::__construct()
ActiveRecord_Validation::should_validate()
ActiveRecord_Validation::validate()
Inherited from ActiveRecord_Validation
ActiveRecord_Validation::ON_CREATE
ActiveRecord_Validation::ON_SAVE
ActiveRecord_Validation::ON_UPDATE
Documentation generated on Wed, 25 Apr 2012 09:46:46 -0700 by phpDocumentor 1.4.3