Example #1
0
 public function setRow($column, array $row)
 {
     $this->table->setRow($column, $row);
     return $this;
 }