Structures_DataGrid_Column::setLabel

Structures_DataGrid_Column::setLabel() – カラムのラベルを設定する

Synopsis

require_once 'Structures/DataGrid/Column.php';

void Structures_DataGrid_Column::setLabel ( string $str )

Description

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

Parameter

string $str

カラムのラベル。

Throws

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

Note

This function can not be called statically.