PHP 클래스 Ublaboo\DataGrid\Filter\FilterMultiSelect

상속: extends FilterSelect
파일 보기 프로젝트 열기: ublaboo/datagrid 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$attributes array
$type string

공개 메소드들

메소드 설명
__construct ( DataGrid $grid, string $key, string $name, array $options, string $column )
getCondition ( ) : array Get filter condition

보호된 메소드들

메소드 설명
addControl ( Container $container, string $key, string $name, array $options ) : SelectBox

메소드 상세

__construct() 공개 메소드

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 addControl ( Container $container, string $key, string $name, array $options ) : SelectBox
$container Nette\Forms\Container
$key string
$name string
$options array
리턴 Nette\Forms\Controls\SelectBox

getCondition() 공개 메소드

Get filter condition
public getCondition ( ) : array
리턴 array

프로퍼티 상세

$attributes 보호되어 있는 프로퍼티

protected array $attributes
리턴 array

$type 보호되어 있는 프로퍼티

protected string $type
리턴 string