PHP 클래스 Ublaboo\DataGrid\GroupAction\GroupAction

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

공개 프로퍼티들

프로퍼티 타입 설명
$onSelect callable[]

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
__construct ( string $title )
getAttributes ( ) : array
getClass ( ) : string
getTitle ( ) : string Get action title
setAttribute ( string $key, mixed $value ) : static
setClass ( string $class ) : static

메소드 상세

__construct() 공개 메소드

public __construct ( string $title )
$title string

getAttributes() 공개 메소드

public getAttributes ( ) : array
리턴 array

getClass() 공개 메소드

public getClass ( ) : string
리턴 string

getTitle() 공개 메소드

Get action title
public getTitle ( ) : string
리턴 string

setAttribute() 공개 메소드

public setAttribute ( string $key, mixed $value ) : static
$key string
$value mixed
리턴 static

setClass() 공개 메소드

public setClass ( string $class ) : static
$class string
리턴 static

프로퍼티 상세

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

protected array $attributes
리턴 array

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

protected string $class
리턴 string

$onSelect 공개적으로 프로퍼티

public callable[] $onSelect
리턴 callable[]

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

protected string $title
리턴 string