Structures_DataGrid_Column::getLabel

Structures_DataGrid_Column::getLabel() – カラムのラベルを取得する

Synopsis

require_once 'Structures/DataGrid/Column.php';

string Structures_DataGrid_Column::getLabel ( )

Description

ラベルとは、カラムの見出しに用いられるテキストのことです。

Throws

例外はスローされません。

Note

This function can not be called statically.