Example #1
0
 /**
  * {@inheritdoc}
  */
 public function getColumnFields($columnName)
 {
     return $this->tableAccessor->getIndexedColumn($this->getElement('table'), $columnName);
 }