Structures_DataGrid_Column::setAttributes

Structures_DataGrid_Column::setAttributes() – カラムの XML/HTML 属性を設定する

Synopsis

require_once 'Structures/DataGrid/Column.php';

void Structures_DataGrid_Column::setAttributes ( array $attributes )

Description

このカラムのセルに適用される属性を設定します。 これは、HTML あるいは XML 形式でレンダリングする際にのみ使用されます。

Parameter

array $attributes

array(name => value, ...) 形式の属性。

Throws

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

Note

This function can not be called statically.