HTML_Table::getRowAttributes

HTML_Table::getRowAttributes -- Return row attributes

Synopsis

require_once 'HTML/Table.php';

array HTML_Table::getRowAttributes (int $row)

Beschreibung

Returns the attributes for a given row as contained in the tr tag

Parameter

Rückgabewert

array - the attributes of the row

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.