PHP Class Ublaboo\DataGrid\GroupAction\GroupSelectAction

Inheritance: extends GroupAction
Exibir arquivo Open project: ublaboo/datagrid

Protected Properties

Property Type Description
$options array

Public Methods

Method Description
__construct ( string $title, array $options = NULL )
getOptions ( ) : array Get action options
hasOptions ( ) : boolean Has the action some options?

Method Details

__construct() public method

public __construct ( string $title, array $options = NULL )
$title string
$options array

getOptions() public method

Get action options
public getOptions ( ) : array
return array

hasOptions() public method

Has the action some options?
public hasOptions ( ) : boolean
return boolean

Property Details

$options protected_oe property

protected array $options
return array