Grido\Components\Filters\Custom::__construct PHP Method

__construct() public method

public __construct ( Grid $grid, string $name, string $label, Nette\Forms\IControl $formControl )
$grid Grido\Grid
$name string
$label string
$formControl Nette\Forms\IControl
    public function __construct($grid, $name, $label, \Nette\Forms\IControl $formControl)
    {
        $this->formControl = $formControl;
        parent::__construct($grid, $name, $label);
    }