PHP 클래스 Ublaboo\DataGrid\Filter\FilterDateRange

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
addToFormContainer ( Container $container ) Adds select box to filter form
getJsFormat ( ) : string Get js format for datepicker
getPhpFormat ( ) : string Get php format for datapicker
setFormat ( string $php_format, string $js_format ) Set format for datepicker etc

메소드 상세

addToFormContainer() 공개 메소드

Adds select box to filter form
public addToFormContainer ( Container $container )
$container Nette\Forms\Container

getJsFormat() 공개 메소드

Get js format for datepicker
public getJsFormat ( ) : string
리턴 string

getPhpFormat() 공개 메소드

Get php format for datapicker
public getPhpFormat ( ) : string
리턴 string

setFormat() 공개 메소드

Set format for datepicker etc
public setFormat ( string $php_format, string $js_format )
$php_format string
$js_format string

프로퍼티 상세

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

protected array $attributes
리턴 array

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

protected array $format
리턴 array

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

protected string $template
리턴 string

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

protected string $type
리턴 string