| 1 | <?php |
||
| 23 | class Custom extends Filter |
||
| 24 | 1 | { |
|
| 25 | /** @var \Nette\Forms\IControl */ |
||
| 26 | protected $formControl; |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @param \Grido\Grid $grid |
||
| 30 | * @param string $name |
||
| 31 | * @param string $label |
||
| 32 | * @param \Nette\Forms\IControl $formControl |
||
| 33 | */ |
||
| 34 | public function __construct($grid, $name, $label, \Nette\Forms\IControl $formControl) |
||
| 40 | |||
| 41 | /** |
||
| 42 | * @return \Nette\Forms\IControl |
||
| 43 | * @internal |
||
| 44 | */ |
||
| 45 | public function getFormControl() |
||
| 49 | } |
||
| 50 |