PHP Trait Ublaboo\DataGrid\Traits\TButtonTitle

Mostrar archivo Open project: ublaboo/datagrid

Protected Properties

Property Type Description
$title string | callable

Public Methods

Method Description
getTitle ( ) : string Get attribute title
setTitle ( string $title ) Set attribute title

Method Details

getTitle() public method

Get attribute title
public getTitle ( ) : string
return string

setTitle() public method

Set attribute title
public setTitle ( string $title )
$title string

Property Details

$title protected_oe property

protected string|callable $title
return string | callable