Example #1
0
 /**
  * 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();
 }