Exemplo n.º 1
0
 /**
  * @param string[] $rowClasses
  *   Format: $[$rowName] = $class
  *
  * @return $this
  */
 public function addRowClasses(array $rowClasses)
 {
     $this->tbody->addRowClasses($rowClasses);
     return $this;
 }