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

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

Provide the HTML id of the visualizer element, which is different from the input element that provides a value
public get_visualizer ( )
    public function get_visualizer()
    {
        return $this->get_id() . '_visualizer';
    }