Esempio n. 1
0
 /**
  * Returns an array of FILEMAKER_RULE_* constants for each rule 
  * set on this field that can be evaluated by the PHP engine. 
  * 
  * Rules such as "unique" and "exists" can only be pre-validated on the 
  * Database Server and are not included in this list.
  *
  * @return array Local rule array.
  */
 function getLocalValidationRules()
 {
     return $this->_impl->getLocalValidationRules();
 }