PHP Class Ublaboo\DataGrid\Filter\FilterMultiSelect

Inheritance: extends FilterSelect
Mostrar archivo Open project: ublaboo/datagrid Class Usage Examples

Protected Properties

Property Type Description
$attributes array
$type string

Public Methods

Method Description
__construct ( DataGrid $grid, string $key, string $name, array $options, string $column )
getCondition ( ) : array Get filter condition

Protected Methods

Method Description
addControl ( Container $container, string $key, string $name, array $options ) : SelectBox

Method Details

__construct() public method

public __construct ( DataGrid $grid, string $key, string $name, array $options, string $column )
$grid Ublaboo\DataGrid\DataGrid
$key string
$name string
$options array
$column string

addControl() protected method

protected addControl ( Container $container, string $key, string $name, array $options ) : SelectBox
$container Nette\Forms\Container
$key string
$name string
$options array
return Nette\Forms\Controls\SelectBox

getCondition() public method

Get filter condition
public getCondition ( ) : array
return array

Property Details

$attributes protected_oe property

protected array $attributes
return array

$type protected_oe property

protected string $type
return string