Example #1
0
 /**
  * Returns an array-written parameter name as "$control_name[$name]" if $control_name is set, otherwise '$name'
  * (static version)
  *
  * @param  string  $control_name  The control name of the controlling-array
  * @param  string  $name          The name of the param
  * @return string                 The form input parameter name
  */
 public static function control_name_static($control_name, $name)
 {
     return RegistryEditView::control_name_static($control_name, $name);
 }