예제 #1
0
파일: Rule.php 프로젝트: grlf/eyedock
 /**
  * Returns IDs of form fields that should trigger "live" Javascript validation
  *
  * This returns IDs that are linked to the rule itself.
  *
  * @return array
  */
 protected function getOwnJavascriptTriggers()
 {
     return $this->owner->getJavascriptTriggers();
 }