/**
  * Gets an array of the table columns.
  *
  * @return array
  */
 public function getColumns()
 {
     return $this->table->getColumns();
 }