Structures_DataGrid_Column::setAttributes()

Structures_DataGrid_Column::setAttributes()  -- Set the column XML/HTML attributes

Synopsis

require_once 'Structures/DataGrid/Column.php';

void Structures_DataGrid_Column::setAttributes (array $attributes)

Description

Set the attributes to be applied to all cells in this column. This only makes sense for HTML or XML rendering

Paramètres

array $attributes

form: array(name => value, ...)

Valeurs renvoyées

throws no exceptions thrown

Note

Cette fonction ne peut pas être appelée de façon statique.