Structures_DataGrid_Column::setAttributes()

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

Referentiesamenvatting

require_once 'Structures/DataGrid/Column.php';

void Structures_DataGrid_Column::setAttributes (array $attributes)

Beschrijving

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

Parameter

array $attributes

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

Throws

throws no exceptions thrown

Note

Deze functie kan niet statisch worden aangeroepen.