PHP 트레잇 Ublaboo\DataGrid\Traits\TButtonTitle

파일 보기 프로젝트 열기: ublaboo/datagrid

보호된 프로퍼티들

프로퍼티 타입 설명
$title string | callable

공개 메소드들

메소드 설명
getTitle ( ) : string Get attribute title
setTitle ( string $title ) Set attribute title

메소드 상세

getTitle() 공개 메소드

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

setTitle() 공개 메소드

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

프로퍼티 상세

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

protected string|callable $title
리턴 string | callable