Structures_DataGrid_Column::getAttributes

Structures_DataGrid_Column::getAttributes() – カラムの XML/HTML 属性を取得する

Synopsis

require_once 'Structures/DataGrid/Column.php';

array Structures_DataGrid_Column::getAttributes ( )

Description

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

Return value

array(name => value, ...) 形式で属性を返します。

Throws

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

Note

This function can not be called statically.