Habari\FormControlAggregate::set_label_id PHP Метод

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

Set the HTML id of the label to change when the aggregation value changes
public set_label_id ( string $id ) : FormControlAggregate
$id string The HTML id of the label to update
Результат FormControlAggregate $this
    public function set_label_id($id)
    {
        $this->set_settings(array('label_id' => $id));
        return $this;
    }