Structures_DataGrid_Column::getAttributes()

Structures_DataGrid_Column::getAttributes()  -- Get the column XML/HTML attributes

Synopsis

require_once 'Structures/DataGrid/Column.php';

array Structures_DataGrid_Column::getAttributes ()

Beschreibung

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

Rückgabewert

returns Attributes; form: array(name => value, ...)

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.