/** * Returns an array-written parameter name as "$control_name[$name]" if $control_name is set, otherwise '$name' * (object method 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 function control_name($control_name, $name) { return $this->registryEditView->control_name($control_name, $name); }