Example #1
0
 /**
  * Get the columns from database table.
  *
  * @return  mixed  An array of the field names, or false if an error occurs.
  *
  * @since   11.1
  * @throws  \UnexpectedValueException
  */
 public function getFields()
 {
     return TableHelper::getFields($this);
 }