PHP Class Ublaboo\DataGrid\GroupAction\GroupAction

Inheritance: extends Nette\Object
Afficher le fichier Open project: ublaboo/datagrid Class Usage Examples

Méthodes publiques

Свойство Type Description
$onSelect callable[]

Protected Properties

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

Méthodes publiques

Méthode Description
__construct ( string $title )
getAttributes ( ) : array
getClass ( ) : string
getTitle ( ) : string Get action title
setAttribute ( string $key, mixed $value ) : static
setClass ( string $class ) : static

Method Details

__construct() public méthode

public __construct ( string $title )
$title string

getAttributes() public méthode

public getAttributes ( ) : array
Résultat array

getClass() public méthode

public getClass ( ) : string
Résultat string

getTitle() public méthode

Get action title
public getTitle ( ) : string
Résultat string

setAttribute() public méthode

public setAttribute ( string $key, mixed $value ) : static
$key string
$value mixed
Résultat static

setClass() public méthode

public setClass ( string $class ) : static
$class string
Résultat static

Property Details

$attributes protected_oe property

protected array $attributes
Résultat array

$class protected_oe property

protected string $class
Résultat string

$onSelect public_oe property

public callable[] $onSelect
Résultat callable[]

$title protected_oe property

protected string $title
Résultat string