Habari\FormContainer::set_control_id PHP Метод

set_control_id() публичный Метод

This DOES NOT set the id attribute of the output HTML for this control!
public set_control_id ( string $control_id ) : FormControl
$control_id string A unique value identifying this control internally
Результат FormControl $this
    public function set_control_id($control_id)
    {
        $this->settings['control_id'] = $control_id;
        return $this;
    }