Esempio n. 1
0
 /**
  * Return an array of arrays containing the extra information for 
  * all pre-validation rules on this field that can be evaluated by the 
  * PHP engine. 
  * 
  * Rules such as "unique" and "exists" can be validated only 
  * on the Database Server and are not included in this list. 
  * Indexes of the outer array are FILEMAKER_RULE_* constants, 
  * and values are the same array returned by describeValidationRule().
  *
  * @return array An associative array of all extra pre-validation 
  *         information, with rule constants as indexes and extra 
  *         information as the values.
  */
 function describeLocalValidationRules()
 {
     return $this->_impl->describeLocalValidationRules();
 }