PHP Class Ublaboo\DataGrid\Filter\FilterMultiSelect

Inheritance: extends FilterSelect
Afficher le fichier Open project: ublaboo/datagrid Class Usage Examples

Protected Properties

Свойство Type Description
$attributes array
$type string

Méthodes publiques

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

Méthodes protégées

Méthode Description
addControl ( Container $container, string $key, string $name, array $options ) : SelectBox

Method Details

__construct() public méthode

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 méthode

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

getCondition() public méthode

Get filter condition
public getCondition ( ) : array
Résultat array

Property Details

$attributes protected_oe property

protected array $attributes
Résultat array

$type protected_oe property

protected string $type
Résultat string