You are here

public function crumbs_UI_TableSection::addRowClass in Crumbs, the Breadcrumbs suite 7.2

Parameters

string $rowName:

string $class:

Return value

$this

File

lib/UI/TableSection.php, line 54

Class

crumbs_UI_TableSection

Code

public function addRowClass($rowName, $class) {
  $this->rowAttributes[$rowName]['class'][] = $class;
  return $this;
}