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

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

Set the selector used to find checkboxes whose values should be aggregated
public set_selector ( string $class ) : FormControlAggregate
$class string The CSS selector to use for aggregation
Результат FormControlAggregate $this
    public function set_selector($class)
    {
        $this->properties['data-selector'] = $class;
        return $this;
    }