Encore\Admin\Grid\Filter\AbstractFilter::__construct PHP Method

__construct() public method

public __construct ( $column, $label = '' )
    public function __construct($column, $label = '')
    {
        $this->column = $column;
        $this->label = $this->formatLabel($label);
        $this->id = $this->formatId($column);
        $this->setupField();
    }