Example #1
0
 /**
  * Returns the HTML id for a $control_name and a $name
  *
  * @param  string  $control_name  The control name of the controlling-array
  * @param  string  $name          The name of the param
  * @return string                 The HTML id
  */
 public function control_id($control_name, $name)
 {
     return $this->registryEditView->control_id($control_name, $name);
 }