Example #1
0
 /**
  * @param array $col
  * @param string $name
  */
 public function appendCol(array $col, $name = "")
 {
     parent::appendCol($col);
     $this->header[] = $name;
 }